forked from foundry-rs/foundry
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
No response
What version of Foundryup are you on?
foundryup: 1.1.0
What command(s) is the bug in?
forge verify-contract 0x5FB31E701EAA5D3552A04b68d4345812d0eF6191 src/Counter.sol:Counter --rpc-url https://testnet-passet-hub-eth-rpc.polkadot.io --verifier blockscout --verifier-url https://blockscout-passet-hub.parity-testnet.parity.io/api
Operating System
macOS (Apple Silicon)
Describe the bug
I have deployed the simple Counter contract successfully, then i try to verify contract with command below
forge verify-contract 0x5FB31E701EAA5D3552A04b68d4345812d0eF6191 src/Counter.sol:Counter --rpc-url https://testnet-passet-hub-eth-rpc.polkadot.io --verifier blockscout --verifier-url https://blockscout-passet-hub.parity-testnet.parity.io/api
This is the result
Start verifying contract `0x5FB31E701EAA5D3552A04b68d4345812d0eF6191` deployed on 420420422
Submitting verification for [src/Counter.sol:Counter] 0x5FB31E701EAA5D3552A04b68d4345812d0eF6191.
Submitted contract for verification:
Response: `OK`
GUID: `5fb31e701eaa5d3552a04b68d4345812d0ef619168a54ee5`
URL: https://blockscout-passet-hub.parity-testnet.parity.io/address/0x5fb31e701eaa5d3552a04b68d4345812d0ef6191
Problem: Although i am able to verify contract using forge , verified contract not showing on Blockscout
Link contract: https://blockscout-passet-hub.parity-testnet.parity.io/address/0x5FB31E701EAA5D3552A04b68d4345812d0eF6191?tab=contract