You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be good to add the ethers 6 issue to echo, since as more people start to use ethers 6, more users would be directly asking your support for the same issue with the same questions.
The issue is the following:
When upgrading from Ethers v5 to v6 (in typescript) it's important to remember to fill in the chainId and nonce fields of the transaction when building it. This was not necessary in Ethers v5 but is now. Failure to do so will mean that no transactions will be mined.
The text was updated successfully, but these errors were encountered:
From one of our users:
The issue is the following:
When upgrading from Ethers v5 to v6 (in typescript) it's important to remember to fill in the
chainId
andnonce
fields of the transaction when building it. This was not necessary in Ethers v5 but is now. Failure to do so will mean that no transactions will be mined.The text was updated successfully, but these errors were encountered: