@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.js
CHANGED
|
@@ -65271,6 +65271,16 @@ var networks = {
|
|
|
65271
65271
|
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/14/etherscan",
|
|
65272
65272
|
aliases: ["flare-mainnet"]
|
|
65273
65273
|
},
|
|
65274
|
+
// Flow
|
|
65275
|
+
flow: {
|
|
65276
|
+
chainId: 747,
|
|
65277
|
+
apiUrl: "https://evm.flowscan.io/api",
|
|
65278
|
+
aliases: ["flow-mainnet"]
|
|
65279
|
+
},
|
|
65280
|
+
"flow-testnet": {
|
|
65281
|
+
chainId: 545,
|
|
65282
|
+
apiUrl: "https://evm-testnet.flowscan.io/api"
|
|
65283
|
+
},
|
|
65274
65284
|
// Gravity
|
|
65275
65285
|
gravity: {
|
|
65276
65286
|
chainId: 0,
|