You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✔ 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.
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 (NomicFoundation/hardhat-ignition#665) this happen with with multiple EVM test networks, which could hint to some RPC configuration.
The text was updated successfully, but these errors were encountered:
SUMMARY
Running Hardhat Ignition deployments on sapphire-testnet, results in an error IGN401
see: NomicFoundation/hardhat-ignition#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
PRIVATE_KEY="0x-your-pk" npx hardhat ignition deploy ./ignition/modules/Lock.ts --network sapphire-testnet
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 (NomicFoundation/hardhat-ignition#665) this happen with with multiple EVM test networks, which could hint to some RPC configuration.
The text was updated successfully, but these errors were encountered: