diff --git a/docs/docs/guides/wallet/web3_modal_guide/index.mdx b/docs/docs/guides/wallet/web3_modal_guide/index.mdx index 05d61d087c2..7e6f077b1a9 100644 --- a/docs/docs/guides/wallet/web3_modal_guide/index.mdx +++ b/docs/docs/guides/wallet/web3_modal_guide/index.mdx @@ -68,7 +68,7 @@ const web3Config = defaultConfig({ // 5. Create a Web3Modal instance createWeb3Modal({ - ethersConfig, + web3Config, chains: [mainnet], projectId, enableAnalytics: true // Optional - defaults to your Cloud configuration diff --git a/docs/docs/guides/wallet/web3_modal_guide/react.md b/docs/docs/guides/wallet/web3_modal_guide/react.md index 3370c65dc57..1bcc69c6af7 100644 --- a/docs/docs/guides/wallet/web3_modal_guide/react.md +++ b/docs/docs/guides/wallet/web3_modal_guide/react.md @@ -78,7 +78,7 @@ const web3Config = defaultConfig({ // 5. Create a Web3Modal instance createWeb3Modal({ - ethersConfig, + web3Config, chains: [mainnet], projectId, enableAnalytics: true // Optional - defaults to your Cloud configuration