Web3Provider not supported in v6 #3791
Answered
by
ricmoo
AmazingAng
asked this question in
Q&A
-
Describe the FeatureIn v5, ethers have Web3Provider to ease moving from a web3.js based application to ethers. But in v6, I can not find it. Code ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ricmoo
Feb 16, 2023
Replies: 1 comment 1 reply
-
I believe modern Web3.js providers are standard EIP-1193 providers, and so they should be compatible as a parameter to the Let me know if that works for you. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AmazingAng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe modern Web3.js providers are standard EIP-1193 providers, and so they should be compatible as a parameter to the
BrowserProvider
.Let me know if that works for you. :)