Utilities
shortenAddress
Helper function that will format a full Ethereum address to a shortened version.
import { shortenAddress } from "@sophon-labs/account-react";
shortenAddress("0x1234567890123456789012345678901234567890");
// "0x123...7890"Utilities
Helper function that will format a full Ethereum address to a shortened version.
import { shortenAddress } from "@sophon-labs/account-react";
shortenAddress("0x1234567890123456789012345678901234567890");
// "0x123...7890"