NomicFoundation / hardhat-ignition

Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.
https://hardhat.org/ignition
MIT License
106 stars 23 forks source link

Hardhat keep show error Error in plugin hardhat-ignition: IGN403: You have sent transactions from 0x even on new machine #780

Closed duongvansang closed 1 month ago

duongvansang commented 3 months ago

What happened?

I deploy contract to BSC testnet with command:

npx hardhat ignition deploy ignition/modules/script.js --network bsc_test --verify

Somehow issue, and deployment is not go through, but the BIG issue is I have no way to redeploy it again, event I tried on new machine, it's properly Hardhat store my deployment information on hardhat server.

It is critical issue

Minimal reproduction steps

  1. Deploy contracts using archemy rpc
  2. Stop, or cancel deployment
  3. Never able to deploy again, even try on new project, machine

Search terms

No response

kanej commented 3 months ago

@duongvansang you will need to give more information:

Kidkender commented 3 months ago

Hello, I have the same problem with this issue.

At first run I get the error: Batch #1 Executing DeployModule#FirstVaultStaking - bumping gas fee (2/4)... An unexpected error occurred: ProviderError: already known at the 2nd run when I ran again: An unexpected error occurred: ProviderError: replacement transaction underpriced At the final: Error in plugin hardhat-ignition: IGN403: You have sent transactions from 0x and they interfere with Hardhat Ignition. Please wait until they get 5 confirmations before running Hardhat Ignition again. How to fix pls

kanej commented 3 months ago

Hello, I have the same problem with this issue.

At first run I get the error: Batch #1 Executing DeployModule#FirstVaultStaking - bumping gas fee (2/4)... An unexpected error occurred: ProviderError: already known at the 2nd run when I ran again: An unexpected error occurred: ProviderError: replacement transaction underpriced At the final: Error in plugin hardhat-ignition: IGN403: You have sent transactions from 0x and they interfere with Hardhat Ignition. Please wait until they get 5 confirmations before running Hardhat Ignition again. How to fix pls

What chain are you running on?

kanej commented 1 month ago

I am closing for the now. We will reopen if we get more information.