How to connect to ETHW network? #3579
Unanswered
Bug-terminator
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This usually means the URL is incorrect. It would also occur if the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, frens. I'm using ether.js to connect ETHW network:
const ETHF = 'https://rpc.etherfair.org/';
const ETHW = 'https://mainnet.ethereumpow.org';
const provider = new ethers.providers.JsonRpcProvider(ETHW)
however, I got following issue:
node:1632) UnhandledPromiseRejectionWarning: Error: could not detect network(event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
but ETHF works good for me, could you please tell what's wrong with it?
Beta Was this translation helpful? Give feedback.
All reactions