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
forge v --verifier blockscout --verifier-url https://blockscout.com/eth/mainnet/api 0xcA11bde05977b3631167028862bE2a173976CA11 Multicall3 fails with
Submitting verification for [src/Multicall3.sol:Multicall3] "0xcA11bde05977b3631167028862bE2a173976CA11".
2023-02-21T19:58:25.991351Z ERROR etherscan: Failed to deserialize response: data did not match any variant of untagged enum ResponseData res="{\"message\":\"Something went wrong.\",\"result\":null,\"status\":\"0\"}"
forge v --verifier blockscout --verifier-url https://blockscout.com/eth/mainnet/api --compiler-version 0.8.12 --num-of-optimizations 10000000 0xcA11bde05977b3631167028862bE2a173976CA11 Multicall3 yeilds the very same error message above.
The text was updated successfully, but these errors were encountered:
Closing—duplicate of an existing newer verification issue and we've also merged a few improvements to blockscout verification which should have unblocked this.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (b44b045 2023-02-21T00:11:41.592203605Z)
What command(s) is the bug in?
forge verify-contract
Operating System
Linux
Describe the bug
It is not possible to verify contracts on any of the blockscout explorers right now.
Steps to reproduce:
forge build
forge v --verifier blockscout --verifier-url https://blockscout.com/eth/mainnet/api 0xcA11bde05977b3631167028862bE2a173976CA11 Multicall3
fails withforge v --verifier blockscout --verifier-url https://blockscout.com/eth/mainnet/api --compiler-version 0.8.12 --num-of-optimizations 10000000 0xcA11bde05977b3631167028862bE2a173976CA11 Multicall3
yeilds the very same error message above.The text was updated successfully, but these errors were encountered: