Skip to content

Commit

Permalink
🧹 Add new urls in verify-contract for mantle, metis, and scroll (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRileySchwarz authored Mar 12, 2024
1 parent 4292d81 commit f9572ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-worms-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@layerzerolabs/verify-contract": patch
---

Updated urls for metis, mantle, scroll
3 changes: 3 additions & 0 deletions packages/verify-contract/src/common/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ const DEFAULT_SCAN_API_URLS: Map<NetworkName, string> = new Map([
['zkconsensys-mainnet', 'https://api.lineascan.build/api'],
['moonbeam', 'https://api-moonbeam.moonscan.io/api'],
['moonbeam-testnet', 'https://api-moonbase.moonscan.io/api'],
['mantle', 'https://explorer.mantle.xyz/api'],
['metis', 'https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan'],
['scroll', 'https://api.scrollscan.com/api'],
])

0 comments on commit f9572ae

Please sign in to comment.