docs
docs copied to clipboard
fix apiUrl for blockscout to pass hardhat verify command
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"