Replies: 3 comments 5 replies
-
I agree with you that the v5 -> v6 migration is still a big mess. |
Beta Was this translation helpful? Give feedback.
-
@ricmoo Most annoying when doing a v5 to v6 migration is that getting the address of a user/signer now is an async call which requires me to change hundreds of instances of |
Beta Was this translation helpful? Give feedback.
-
@ricmoo I have a question, I'm using in my project ethers.js alongside with @ethersproject/providers now I'm facing a problem that I can get ens names on holesky, seems I need to upgrade ethers.js to v6 but @ethersproject/providers since not updated to use the new provider, my question, should get rid off @ethersproject/providers and just use ethers.js v6? the other thing is the web3-react/core library that's actually expect a WEb3Provider type and not he new one on v6 BrowserProvider. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I do have to say that once I switched to Ethers(v5) from Web3JS it was like a never go back decision, I have been used heavily v5 Ethers writing/deploying contracts(unit-test), back-end, front-end, indexing blockchain and using a wide-range of plugins to make my life easier.
With Ethers v6 I have very mixed feeling, obliviously the new EVM features are required, however upgrading a v5 project to v6 is very time consuming and inconvenient.
Issues what I facing regular basis:
1 gwei
,1 ether
Beta Was this translation helpful? Give feedback.
All reactions