@layerzerolabs/verify-contract 1.1.26 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -44526,6 +44526,7 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44526
44526
|
["arbitrum", "https://api.arbiscan.io/api"],
|
|
44527
44527
|
["arbitrum-goerli", "https://api-goerli.arbiscan.io/api"],
|
|
44528
44528
|
["arbitrum-mainnet", "https://api.arbiscan.io/api"],
|
|
44529
|
+
["arbsep-testnet", "https://api-sepolia.arbiscan.io/api"],
|
|
44529
44530
|
["astar", "https://astar.blockscout.com/api"],
|
|
44530
44531
|
["astar-mainnet", "https://astar.blockscout.com/api"],
|
|
44531
44532
|
["aurora", "https://explorer.mainnet.aurora.dev/api"],
|
|
@@ -44589,12 +44590,16 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44589
44590
|
["optimism", "https://api-optimistic.etherscan.io/api"],
|
|
44590
44591
|
["optimism-goerli", "https://api-goerli-optimistic.etherscan.io/api"],
|
|
44591
44592
|
["optimism-mainnet", "https://api-optimistic.etherscan.io/api"],
|
|
44593
|
+
["optsep-testnet", "https://api-sepolia-optimistic.etherscan.io/api"],
|
|
44592
44594
|
["polygon", "https://api.polygonscan.com/api"],
|
|
44593
44595
|
["polygon-mainnet", "https://api.polygonscan.com/api"],
|
|
44594
44596
|
["rarible", "https://mainnet.explorer.rarichain.org/api"],
|
|
44595
44597
|
["rarible-mainnet", "https://mainnet.explorer.rarichain.org/api"],
|
|
44598
|
+
["sepolia-testnet", "https://api-sepolia.etherscan.io/api"],
|
|
44596
44599
|
["scroll", "https://api.scrollscan.com/api"],
|
|
44597
44600
|
["scroll-mainnet", "https://api.scrollscan.com/api"],
|
|
44601
|
+
["sei", "https://seitrace.com/pacific-1/api"],
|
|
44602
|
+
["sei-mainnet", "https://seitrace.com/pacific-1/api"],
|
|
44598
44603
|
["taiko", "https://api.taikoscan.io/api"],
|
|
44599
44604
|
["taiko-mainnet", "https://api.taikoscan.io/api"],
|
|
44600
44605
|
["xchain", "https://xchain-explorer.idex.io/api"],
|