@layerzerolabs/verify-contract 1.1.24 → 1.1.25
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 +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -44560,6 +44560,9 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44560
44560
|
["kava", "https://kavascan.com/api"],
|
|
44561
44561
|
["kava-mainnet", "https://kavascan.com/api"],
|
|
44562
44562
|
["kava-testnet", "https://testnet.kavascan.com/api"],
|
|
44563
|
+
["klaytn", "https://api-cypress.klaytnscope.com/api"],
|
|
44564
|
+
["klaytn-mainnet", "https://api-cypress.klaytnscope.com/api"],
|
|
44565
|
+
["klaytn-testnet", "https://api-baobab.klaytnscope.com/api"],
|
|
44563
44566
|
["linea", "https://api.lineascan.build/api"],
|
|
44564
44567
|
["linea-mainnet", "https://api.lineascan.build/api"],
|
|
44565
44568
|
["mantle", "https://explorer.mantle.xyz/api"],
|
|
@@ -44578,8 +44581,12 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44578
44581
|
["optimism-mainnet", "https://api-optimistic.etherscan.io/api"],
|
|
44579
44582
|
["polygon", "https://api.polygonscan.com/api"],
|
|
44580
44583
|
["polygon-mainnet", "https://api.polygonscan.com/api"],
|
|
44584
|
+
["rarible", "https://mainnet.explorer.rarichain.org/api"],
|
|
44585
|
+
["rarible-mainnet", "https://mainnet.explorer.rarichain.org/api"],
|
|
44581
44586
|
["scroll", "https://api.scrollscan.com/api"],
|
|
44582
44587
|
["scroll-mainnet", "https://api.scrollscan.com/api"],
|
|
44588
|
+
["xchain", "https://xchain-explorer.idex.io/api"],
|
|
44589
|
+
["xchain-mainnet", "https://xchain-explorer.idex.io/api"],
|
|
44583
44590
|
["xlayer", "https://www.oklink.com/api/v5/explorer/contract/verify-source-code-plugin/XLAYER"],
|
|
44584
44591
|
["xlayer-mainnet", "https://www.oklink.com/api/v5/explorer/contract/verify-source-code-plugin/XLAYER"],
|
|
44585
44592
|
["zkconsensys", "https://api.lineascan.build/api"],
|
|
@@ -57082,7 +57089,7 @@ var verifyNonTarget = async (config, logger11) => {
|
|
|
57082
57089
|
const verificationArtifacts = config.contracts.flatMap((contract) => {
|
|
57083
57090
|
var _a;
|
|
57084
57091
|
const { address, network, contractName, deployment: deploymentPathOrBasename } = contract;
|
|
57085
|
-
logger11.info(`
|
|
57092
|
+
logger11.info(`Collecting information for contract ${contractName} on network ${network}`);
|
|
57086
57093
|
const networkConfig = networks[network];
|
|
57087
57094
|
if (networkConfig == null) {
|
|
57088
57095
|
logger11.info(`No network configured for contract ${contractName} on network ${network}`);
|