Skip to content

Commit

Permalink
Fix Wrong Param Name in Web3Modal Docs
Browse files Browse the repository at this point in the history
Replaces #7275
  • Loading branch information
danforbes committed Sep 23, 2024
1 parent 07ed302 commit 29af0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/web3_modal_guide/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/web3_modal_guide/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29af0a1

Please sign in to comment.