Docs

ConnectWalletProps

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