Guides
Verify Smart Contracts

Smart Contract Verification

Conduit comes with a Blockscout instance, and you can verify against it with the url:

https://explorer-[your_network_id].t.conduit.xyz/api\?

Note: See this foundry issue (opens in a new tab) for why you need to include \?

forge verify-contract [address] [contract] --verifier=blockscout --verifier-url=https://explorer-[your_network_id].t.conduit.xyz/api\?