Options for configuring the ConnectButton 's Details Modal
ConnectButton
type ConnectButton_detailsModalOptions = { footer?: (props: { close: () => void }) => JSX.Element; hideDisconnect?: boolean; hideSwitchToPersonalWallet?: boolean; networkSelector?: Omit<NetworkSelectorProps, "theme" | "onClose" | "open">; showTestnetFaucet?: boolean;};