@layerzerolabs/verify-contract 1.2.2 → 1.2.3
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65174,6 +65174,12 @@ var networks = {
|
|
|
65174
65174
|
apiUrl: ETHERSCAN_V2_URL,
|
|
65175
65175
|
aliases: ["sophon-sepolia-testnet", "sophon-testnet"]
|
|
65176
65176
|
},
|
|
65177
|
+
// Stable
|
|
65178
|
+
stable: {
|
|
65179
|
+
chainId: 988,
|
|
65180
|
+
apiUrl: ETHERSCAN_V2_URL,
|
|
65181
|
+
aliases: ["stable-mainnet"]
|
|
65182
|
+
},
|
|
65177
65183
|
// Swellchain
|
|
65178
65184
|
swellchain: {
|
|
65179
65185
|
chainId: 1923,
|