Where can I find deploymentId and futureId when wiping a previous execution? #5005
Replies: 1 comment
-
Hello @zhibo-noumena. The future id is the id of the future you are attempting to wipe. A future will be something like a contract deploy. Typically you are wiping a future because it errored or you have modified it, say updating a contracts code (and therefore bytecode) to add new constructor arguments. Ignition should show an error asking you to wipe the futures state as a way of being explicit that you intend to rerun the entire contract deployment. What where you trying to achieve in wiping the previous execution. Was the goal to wipe an entire deployment? Deployments are stored under |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am following https://hardhat.org/ignition/docs/guides/error-handling#wiping-a-previous-execution to wipe an execution? However, I don't see where to find the deploymentId and futureId.
Can you suggest which folders to find these two parameters?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions