@layerzerolabs/verify-contract 1.1.11 → 1.1.12
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 +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -44552,7 +44552,12 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44552
44552
|
["zkconsensys", "https://api.lineascan.build/api"],
|
|
44553
44553
|
["zkconsensys-mainnet", "https://api.lineascan.build/api"],
|
|
44554
44554
|
["moonbeam", "https://api-moonbeam.moonscan.io/api"],
|
|
44555
|
-
["moonbeam-testnet", "https://api-moonbase.moonscan.io/api"]
|
|
44555
|
+
["moonbeam-testnet", "https://api-moonbase.moonscan.io/api"],
|
|
44556
|
+
["mantle", "https://explorer.mantle.xyz/api"],
|
|
44557
|
+
["metis", "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan"],
|
|
44558
|
+
["scroll", "https://api.scrollscan.com/api"],
|
|
44559
|
+
["fraxtal", "https://api.fraxscan.com/api"],
|
|
44560
|
+
["mode", "https://explorer.mode.network/api"]
|
|
44556
44561
|
]);
|
|
44557
44562
|
|
|
44558
44563
|
// src/common/logger.ts
|