Recover state after truffle timeout

Hello,

I was deploying a smart contract based on ERC721Upgradeable with truffle (first deployment on mainnet). Migrations, the contract itself, and the ProxyAdmin deployed fine, but unfortunately, during the deployment of the TransparentUpgradeableProxy (which is the last step during deployment), truffle timed out. Meanwhile, this last transaction has completed and the contract is set up on the blockchain. Is there a way so truffle will resume that transaction and sync the local state with the block chain?

Cheers,
Marc

1 Like