Open rube-de opened 1 month ago
Running Hardhat Ignition deployments on sapphire-testnet, results in an error IGN401 see: https://github.com/NomicFoundation/hardhat-ignition/issues/665
Running it multiple times the deployment can still be executed
Create a fresh hardhat project and add sapphire-hardhat with the standard lock contracts Execute
PRIVATE_KEY="0x-your-pk" npx hardhat ignition deploy ./ignition/modules/Lock.ts --network sapphire-testnet
The deployment throws an error
✔ Confirm deploy to network sapphire-testnet (23295)? … yes Hardhat Ignition 🚀 Deploying [ LockModule ] Batch #1 Executing LockModule#Lock... An unexpected error occurred: IgnitionError: IGN401: Error while executing LockModule#Lock: all the transactions of its network interaction 1 were dropped. Please try rerunning Hardhat Ignition.
The deployment runs without an error.
It works fine with the sapphire-localnet docker
As people report in the linked issue (https://github.com/NomicFoundation/hardhat-ignition/issues/665) this happen with with multiple EVM test networks, which could hint to some RPC configuration.
SUMMARY
Running Hardhat Ignition deployments on sapphire-testnet, results in an error IGN401 see: https://github.com/NomicFoundation/hardhat-ignition/issues/665
Running it multiple times the deployment can still be executed
ISSUE TYPE
STEPS TO REPRODUCE
Create a fresh hardhat project and add sapphire-hardhat with the standard lock contracts Execute
ACTUAL RESULTS
The deployment throws an error
EXPECTED RESULTS
The deployment runs without an error.
Additional Comments
It works fine with the sapphire-localnet docker
As people report in the linked issue (https://github.com/NomicFoundation/hardhat-ignition/issues/665) this happen with with multiple EVM test networks, which could hint to some RPC configuration.