dappeteer
dappeteer copied to clipboard
Added Avax network but getting unavailable on this network error
Describe the problem I have added Avax network but getting unavailable on this network error. Is there any suggestion ?
await metamask.addNetwork({ networkName: "Avalanche Network", rpc: "https://api.avax.network/ext/bc/C/rpc", chainId: "43114", symbol: "AVAX", explorer : "https://snowtrace.io/"} )

System:
- OS: Windows
- NodeJs version [e.g v17.2.0]
Chain id should be a number, not a string.
Chain id should be a number, not a string.