docs icon indicating copy to clipboard operation
docs copied to clipboard

fix apiUrl for blockscout to pass hardhat verify command

Open x0good opened this issue 11 months ago • 0 comments

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 avatar Jan 17 '25 00:01 x0good