showModal(WalletsModal)}>\n

\n {!isMobile && (\n <>\n {displayBalance(balance.toString())}\n | \n >\n )}\n {ellipseAddress(account)}\n
\n )}\n >\n )\n}\nexport default Account\n","import {CHAIN_ETHER, CHAIN_ETHER_KOVAN, CHAIN_OPTIMISM, Chains} from '@w3u/chains'\n\n/**\n * Prompt the user to add a network to the Metamask, and if the wallet is on a different network, switch to the corresponding network\n * @returns {boolean} true if the setup succeeded, false otherwise\n */\nexport const setupNetwork = async (chainID: number): Promise