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

fix apiUrl for blockscout to pass hardhat verify command #343

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

x0good
Copy link

@x0good x0good commented Jan 17, 2025

npx hardhat verify --network inksepolia <address> with api/v2 returns error

The HTTP server response is not ok. Status code: 404 Response text: {"message":"Not found","result":null,"status":"0"}

without it, command works properly

I use "hardhat": "^2.22.17"

`npx hardhat verify --network inksepolia <address> `
with `api/v2` returns error

> The HTTP server response is not ok. Status code: 404 Response text: {"message":"Not found","result":null,"status":"0"}

without it, command works properly

I use "hardhat": "^2.22.17"
@x0good x0good requested a review from a team as a code owner January 17, 2025 00:04
@eitjuh eitjuh enabled auto-merge January 21, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants