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
I also got the nonce error, i rechecked my code and found out i was calling ignition module inside hardhat script for deploying, but two modules were being called at the same time, i wasn't awaiting for the promise which deploys a ignition module.
So you need to double check and make sure only one module gets deploy initiated at one time.
We should consider adding a mutex to guard against two modules being deployed at once due to not awaiting the deploy.
The text was updated successfully, but these errors were encountered:
Initially raised here: NomicFoundation/hardhat-ignition#781 (comment)
We should consider adding a mutex to guard against two modules being deployed at once due to not awaiting the deploy.
The text was updated successfully, but these errors were encountered: