Using ethers v5 providers in ethers v4? #1921
Unanswered
SilentCicero
asked this question in
Q&A
Replies: 1 comment
-
They are not compatible with each other. You could possible try converting a v5 provider into an Eip1193Provider (in the experimental package) and then pass that into a v4 Provider to get a v4 provider. But I generally do not recommend mix-and-matching major versions of ethers. I don't think most libraries support this, and it would be quite hard to keep everything forwards/backwards compatible... |
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
-
Hi all/Richard,
I want to use the ethers v5 provider but with some of my V4 arch, is this possible without causing to many issues?
Beta Was this translation helpful? Give feedback.
All reactions