ConnectWalletProps
type ConnectWalletProps = { detailsButton?: ConnectWalletDetailsProps["detailsButton"]; displayBalanceToken?: Record<number, string>; extraRows?: ConnectWalletDetailsProps["extraRows"]; hideDisconnect?: boolean; hideReceiveButton?: boolean; hideSendButton?: boolean; hideSwitchToPersonalWallet?: boolean; hideTestnetFaucet?: boolean; switchToActiveChain?: boolean;} & ConnectWalletButtonProps;