@layerzerolabs/verify-contract 1.2.1 → 1.2.2
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
|
@@ -65077,7 +65077,7 @@ var networks = {
|
|
|
65077
65077
|
hyperevm: {
|
|
65078
65078
|
chainId: 999,
|
|
65079
65079
|
apiUrl: ETHERSCAN_V2_URL,
|
|
65080
|
-
aliases: ["hyperevm-mainnet", "hyperliquid"]
|
|
65080
|
+
aliases: ["hyperevm-mainnet", "hyperliquid", "hyperliquid-mainnet"]
|
|
65081
65081
|
},
|
|
65082
65082
|
// Katana
|
|
65083
65083
|
katana: {
|
|
@@ -65108,6 +65108,11 @@ var networks = {
|
|
|
65108
65108
|
aliases: ["memecoreformicarium"]
|
|
65109
65109
|
},
|
|
65110
65110
|
// Monad
|
|
65111
|
+
monad: {
|
|
65112
|
+
chainId: 143,
|
|
65113
|
+
apiUrl: ETHERSCAN_V2_URL,
|
|
65114
|
+
aliases: ["monad-mainnet"]
|
|
65115
|
+
},
|
|
65111
65116
|
"monad-testnet": {
|
|
65112
65117
|
chainId: 10143,
|
|
65113
65118
|
apiUrl: ETHERSCAN_V2_URL
|