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
Hey @DongAoMainland, this is expected behaviour. It means the deployment transaction ran Solidity code that reverted.
I would check the constructor of the ATBToken to determine what code was being executed. You should also try it against a local hardhat node to see if that gives more information.
Version of Hardhat
2.22.8
What happened?
When I deploy the contract, I get the error:
[ ATBTokenModule ] failed ⛔
Futures failed during execution:
To learn how to handle these errors: https://hardhat.org/ignition-errors
Minimal reproduction steps
Just the command:
npx hardhat ignition deploy ./ignition/modules/ATBToken.js --network tbsc
Search terms
No response
The text was updated successfully, but these errors were encountered: