Environment
Truffle
Details
I am deploying upgradeable ERC20 contract on mainnet.
-
1_initial_migraion.js was successfully desployed.
-
2_deploy_token.js
Deploying XXXToken was successfully deployed.
But while Deploying âProxyAdminâ
It fails with error:
âProxyAdminâ â Transaction was not mined within 750 seconds, please make sure your transaction was properly sent. Be aware that it might still be mined!.
The TX for ProxyAdmin is mined now.
Is there a way to resume deploying process from the next of âDeploying ProxyAdminâ ?
or I should rerun from the beginning of 2nd deploy? (2_deploy_token.js, XXXToken)
Code to reproduce