@layerzerolabs/verify-contract 1.1.15 → 1.1.17
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 +170 -169
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -44575,7 +44575,8 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44575
44575
|
["fraxtal", "https://api.fraxscan.com/api"],
|
|
44576
44576
|
["mode", "https://explorer.mode.network/api"],
|
|
44577
44577
|
["etherlink", "https://explorer.etherlink.com/api"],
|
|
44578
|
-
["blast", "https://api.blastscan.io/api"]
|
|
44578
|
+
["blast", "https://api.blastscan.io/api"],
|
|
44579
|
+
["manta", "https://pacific-explorer.manta.network/api"]
|
|
44579
44580
|
]);
|
|
44580
44581
|
|
|
44581
44582
|
// src/common/logger.ts
|