@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.js
CHANGED
|
@@ -65093,7 +65093,7 @@ var networks = {
|
|
|
65093
65093
|
hyperevm: {
|
|
65094
65094
|
chainId: 999,
|
|
65095
65095
|
apiUrl: ETHERSCAN_V2_URL,
|
|
65096
|
-
aliases: ["hyperevm-mainnet", "hyperliquid"]
|
|
65096
|
+
aliases: ["hyperevm-mainnet", "hyperliquid", "hyperliquid-mainnet"]
|
|
65097
65097
|
},
|
|
65098
65098
|
// Katana
|
|
65099
65099
|
katana: {
|
|
@@ -65124,6 +65124,11 @@ var networks = {
|
|
|
65124
65124
|
aliases: ["memecoreformicarium"]
|
|
65125
65125
|
},
|
|
65126
65126
|
// Monad
|
|
65127
|
+
monad: {
|
|
65128
|
+
chainId: 143,
|
|
65129
|
+
apiUrl: ETHERSCAN_V2_URL,
|
|
65130
|
+
aliases: ["monad-mainnet"]
|
|
65131
|
+
},
|
|
65127
65132
|
"monad-testnet": {
|
|
65128
65133
|
chainId: 10143,
|
|
65129
65134
|
apiUrl: ETHERSCAN_V2_URL
|