Options for configuring the ConnectButton 's Details Modal
ConnectButton
type ConnectButton_detailsModalOptions = { footer?: (props: { close: () => void }) => JSX.Element; hideDisconnect?: boolean; hideSwitchToPersonalWallet?: boolean; networkSelector?: NetworkSelectorProps; payOptions?: PayUIOptions; showTestnetFaucet?: boolean;};