Does walletConnect support Polygon testnet / Other testnets? #705
Unanswered
yohanelly95
asked this question in
Developer Support
Replies: 1 comment
-
cc @pedrouid |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried multiple different ways but can't seem to get multiple networks working, especially testnets.
It always seems to default to either ethereum mainnet (1) or binance (56).
Code:
walletconnect = new WalletConnectConnector({ rpc: { 137: "https://polygon-mainnet.infura.io/v3/7529c2ff78fab546b88073df41f26f1dda", 56: "https://bsc-dataseed.binance.org", 80001: "https://7m3fpvpjjwlhk.usemoralis.com:2053/server" }, qrcode: true, });
What I want:
What I am getting:
and it seems to default to binance most of the time. Please help!
Note: Using infinityWallet on desktop.
Beta Was this translation helpful? Give feedback.
All reactions