Hey solidity family.
Yesterday I deployed a contract on polygon mainnet but saw a typo and I’m trying to redeploy…. Thing is it doesn’t go. It’s stuck on the command line and doesn’t go.
How can I redeploy these contracts?
Nov 3, 2021, 7:20 PM
What error message? In truffle try adding ‘—reset’ flag
Nov 3, 2021, 8:46 PM
It’s on hardhat
No error, just doesn’t deploy. If I try deploying on rinkeby or localist it goes.
But it doesn’t deploy on matic.
But it doesn’t deploy on matic.
Nov 3, 2021, 8:53 PM
Is your nonce being incremented for the new deployment transaction?
Nov 3, 2021, 9:13 PM
I actually don’t know where do I check this ?
Yeah I resented my MetaMask which I’m using for deployment
Didn’t solve it
Nov 3, 2021, 9:35 PM