@layerzerolabs/verify-contract 1.1.12 → 1.1.14
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 +75 -75
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -44557,7 +44557,9 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44557
44557
|
["metis", "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan"],
|
|
44558
44558
|
["scroll", "https://api.scrollscan.com/api"],
|
|
44559
44559
|
["fraxtal", "https://api.fraxscan.com/api"],
|
|
44560
|
-
["mode", "https://explorer.mode.network/api"]
|
|
44560
|
+
["mode", "https://explorer.mode.network/api"],
|
|
44561
|
+
["etherlink", "https://explorer.etherlink.com/api"],
|
|
44562
|
+
["blast", "https://api.blastscan.io/api"]
|
|
44561
44563
|
]);
|
|
44562
44564
|
|
|
44563
44565
|
// src/common/logger.ts
|