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
we could maybe use ether.js's waitForTransaction to wait until the transaction is mined and then increment the nonce (or do a provider.getTransactionCount('pending') again) and then do the next transaction.
See dcbce66 for hotfix that doesn't really fix the underlying issue with ethers.js' wallet nonce management.
The text was updated successfully, but these errors were encountered: