We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193b510 commit b8aeb4aCopy full SHA for b8aeb4a
docs/src/routes/docs/[...4]wallets/[...24]walletconnect/+page.md
@@ -1,5 +1,5 @@
1
---
2
-title: Walletconnect
+title: WalletConnect
3
4
5
# {$frontmatter.title}
@@ -116,7 +116,16 @@ const onboard = Onboard({
116
wallets: [
117
walletConnect
118
//... other wallets
119
- ]
+ ],
120
+ chains: [ // chains that are passed as optional chains to WC wallet after cleaning and parsing as number[]
121
+ {
122
+ id: '0x89',
123
+ token: 'MATIC',
124
+ label: 'Polygon',
125
+ rpcUrl: 'https://matic-mainnet.chainstacklabs.com'
126
+ }
127
+ // ...
128
+ ]
129
})
130
131
const connectedWallets = await onboard.connectWallet()
0 commit comments