@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.mjs
CHANGED
|
@@ -65158,6 +65158,12 @@ var networks = {
|
|
|
65158
65158
|
apiUrl: ETHERSCAN_V2_URL,
|
|
65159
65159
|
aliases: ["sophon-sepolia-testnet", "sophon-testnet"]
|
|
65160
65160
|
},
|
|
65161
|
+
// Stable
|
|
65162
|
+
stable: {
|
|
65163
|
+
chainId: 988,
|
|
65164
|
+
apiUrl: ETHERSCAN_V2_URL,
|
|
65165
|
+
aliases: ["stable-mainnet"]
|
|
65166
|
+
},
|
|
65161
65167
|
// Swellchain
|
|
65162
65168
|
swellchain: {
|
|
65163
65169
|
chainId: 1923,
|