Skip to content

Commit e71f10f

Browse files
authored
fix: typo in WalletConnect sdk readme example (#1162)
1 parent 180d03a commit e71f10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/walletconnect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const walletConnect = walletConnectModule({
2929
bridge: 'YOUR_CUSTOM_BRIDGE_SERVER',
3030
qrcodeModalOptions: {
3131
mobileLinks: ['rainbow', 'metamask', 'argent', 'trust', 'imtoken', 'pillar']
32-
}
32+
},
3333
connectFirstChainId: true
3434
})
3535

0 commit comments

Comments
 (0)