Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
feat: add l2scan contracts verification reference (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Dec 12, 2023
1 parent fdd5287 commit cff078b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev/how-to/verify-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default config;

- Feel free to assign an arbitrary zkSync Era network name utilizing the `defaultNetwork` property.
- The `verifyURL` attribute directs to the verification endpoint specific to the zkSync network.
- If you want to verify a smart contract in other supported block explorer you can set `verifyURL` to point to it's verification API URL. For example for [L2scan](https://zksync-era.l2scan.co) on mainnet set `verifyURL` to `https://zksync-era.l2scan.co/api/zksync_contract_verification`.
- If you intend to validate a smart contract on Ethereum within the same project, don't forget to include your [Etherscan API key](https://docs.etherscan.io/getting-started/viewing-api-usage-statistics).

### 4. Greeter contract compilation
Expand Down

0 comments on commit cff078b

Please sign in to comment.