Docs

ConnectButton_detailsModalOptions

Options for configuring the ConnectButton 's Details Modal

type ConnectButton_detailsModalOptions = {
footer?: (props: { close: () => void }) => JSX.Element;
hideDisconnect?: boolean;
hideSwitchToPersonalWallet?: boolean;
networkSelector?: Omit<NetworkSelectorProps, "theme" | "onClose" | "open">;
showTestnetFaucet?: boolean;
};