type MetamaskWalletConfigOptions = { connectionMethod?: "walletConnect" | "metamaskBrowser"; projectId?: string; recommended?: boolean;};