@layerzerolabs/verify-contract 1.3.0 → 1.4.0
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 +10 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -65255,6 +65255,16 @@ var networks = {
|
|
|
65255
65255
|
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/14/etherscan",
|
|
65256
65256
|
aliases: ["flare-mainnet"]
|
|
65257
65257
|
},
|
|
65258
|
+
// Flow
|
|
65259
|
+
flow: {
|
|
65260
|
+
chainId: 747,
|
|
65261
|
+
apiUrl: "https://evm.flowscan.io/api",
|
|
65262
|
+
aliases: ["flow-mainnet"]
|
|
65263
|
+
},
|
|
65264
|
+
"flow-testnet": {
|
|
65265
|
+
chainId: 545,
|
|
65266
|
+
apiUrl: "https://evm-testnet.flowscan.io/api"
|
|
65267
|
+
},
|
|
65258
65268
|
// Gravity
|
|
65259
65269
|
gravity: {
|
|
65260
65270
|
chainId: 0,
|