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
I attempted to add a custom chain using Tenderly Virtual TestNets with chain ID 73571 (made up ID). Deployment went on, but verification failled. The custom chain shows up on the list npx hardhat verify --list-networks. I get
Verification not natively supported for chainId 73571. Please use a custom chain configuration to add support.
Minimal reproduction steps
Added the following to hardhat.config.ts, per docs
Hey @nvitorovic, Ignition and hardhat-verify are separate plugins (though hardhat-verify`), so there may be an issue in Ignition's wrapping code.
Taking a look, Ignition throws that error if the lookup on custom chains fails.
If the chain id under custom chains is hard coded to 73571, do you get a different error?
Can I ask more generally have you been able to verify against Tenderly virtual nets, say using hardhat-verify?
What happened?
I attempted to add a custom chain using Tenderly Virtual TestNets with chain ID
73571
(made up ID). Deployment went on, but verification failled. The custom chain shows up on the listnpx hardhat verify --list-networks
. I getMinimal reproduction steps
npx hardhat verify --list-networks
worksyes | npx hardhat ignition deploy ./ignition/modules/Lock.ts --network tenderly_ci --deployment-id test
- contract gets deployed, errors withSearch terms
tenderly verification
The text was updated successfully, but these errors were encountered: