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
IgnitionError: IGN405: The next nonce for "0x...." should be 6, but is 28. Please make sure not to send transactions from "0x..." while running this deployment and try again.
We sent out a few other transactions using the deployment address, and then ignition stuck here. We bypass this issue by manually update the journal.json, changing the last nonce to be 27.
Minimal reproduction steps
Assuming we use address "0xaaa" as deployer.
Use hardhat ignition to deploy a contract A using create2.
Send any transaction from "0xaaa" so that its nonce changed.
Use ignition to deploy a contract B, using the same account.
Search terms
No response
The text was updated successfully, but these errors were encountered:
Hey @Stumble, thanks for the feedback.
Can I check I have understood. Contract A gets deployed, then the deployment account is used to send some transactions, then you use Ignition to deploy Contract B.
Are you deploying Contract B by adding it to the Module you used for deploying Contract A?
Hey @bioharz, does your issue match with the steps above?
Minimal reproduction steps
Assuming we use address "0xaaa" as deployer.
Use hardhat ignition to deploy a contract A using create2.
Send any transaction from "0xaaa" so that its nonce changed.
Use ignition to deploy a contract B, using the same account.
Are all of the runs of Ignition against the local Hardhat node or is this against a mainnet/testnet - and which one?
What happened?
IgnitionError: IGN405: The next nonce for "0x...." should be 6, but is 28. Please make sure not to send transactions from "0x..." while running this deployment and try again.
We sent out a few other transactions using the deployment address, and then ignition stuck here. We bypass this issue by manually update the journal.json, changing the last nonce to be 27.
Minimal reproduction steps
Assuming we use address "0xaaa" as deployer.
Search terms
No response
The text was updated successfully, but these errors were encountered: