Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment verification looking for dbg.json files #817

Open
tmigone opened this issue Sep 24, 2024 · 0 comments
Open

Deployment verification looking for dbg.json files #817

tmigone opened this issue Sep 24, 2024 · 0 comments

Comments

@tmigone
Copy link

tmigone commented Sep 24, 2024

What happened?

Trying to verify contracts on etherscan and it's erroring out, trying to access some dbg.json files which don't exist.

✗ npx hardhat ignition verify chain-421614
WARNING: You are currently using Node.js v22.6.0, which is not supported by Hardhat. This can lead to unexpected behavior. See https://hardhat.org/nodejs-versions


An unexpected error occurred:

[Error: ENOENT: no such file or directory, open '/Users/tomi/git/thegraph/contracts/packages/horizon/ignition/deployments/chain-421614/artifacts/BridgeEscrow#BridgeEscrow.dbg.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/tomi/git/thegraph/contracts/packages/horizon/ignition/deployments/chain-421614/artifacts/BridgeEscrow#BridgeEscrow.dbg.json'
}

Minimal reproduction steps

  1. Deploy modules: feat(horizon): deploy horizon with Hardhat Ignition graphprotocol/contracts#1025
  2. Run npx hardhat ignition verify chain-421614

Search terms

verify, ignition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant