export type WalletSwitchEthereumChainRequest = { method: 'wallet_switchEthereumChain'; params: [ { chainId: string; } ]; }; export type WalletSwitchEthereumChainResponse = null; //# sourceMappingURL=eip3326-types.d.ts.map