Skip to content

Commit

Permalink
Merge pull request WalletConnect#1510 from horberlan/patch-1
Browse files Browse the repository at this point in the history
docs: fix a missing comma
  • Loading branch information
glitch-txs authored Mar 25, 2024
2 parents 86207a6 + 5a3bda2 commit 5c52e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3modal/vue/ethers5/implementation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In your `App.vue` file set up the following configuration.
enableEIP6963: true, // true by default
enableInjected: true, // true by default
enableCoinbase: true, // true by default
rpcUrl: '...' // used for the Coinbase SDK
rpcUrl: '...', // used for the Coinbase SDK
defaultChainId: 1, // used for the Coinbase SDK
}),
Expand Down

0 comments on commit 5c52e89

Please sign in to comment.