Support for ethers v6 and migration guides for moving code from ethers v5 to v6
ethers
.
ethers@^5.0.0
in the past, outlined below are the common ways using Ethers with Sequence will change for you:
ethers.utils
path. Therefore, all paths should be updated without the utils
:
ecrecover
on-chain, signature creation is now slightly different:
v5
to v6
you can read more here in the official docs.