UrlJsonRpcProvider in ethers v6? #4385
Unanswered
zixiang2018
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What were you using it for? In v6, you should be able to just use the JsonRpcProvider directly; the main reason for the UrlJsonRpcProvider in v5 was to lump all the 3rd-party community backends together and provide a simple API for defining their API keys, but since the API key varied so much between backends it ended up making very little sense… |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi community, I am doing some migration from v5 and realised that UrlJsonRpcProvider is not longer in v6.
Is there a replacement which supports this in v6?
I can't find any information on it in the migration guide.
Beta Was this translation helpful? Give feedback.
All reactions