@layerzerolabs/verify-contract 1.5.0 → 1.5.1
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
|
@@ -65331,6 +65331,12 @@ var networks = {
|
|
|
65331
65331
|
apiUrl: "https://mainnet.explorer.rarichain.org/api",
|
|
65332
65332
|
aliases: ["rarible-mainnet"]
|
|
65333
65333
|
},
|
|
65334
|
+
// Redbelly
|
|
65335
|
+
redbelly: {
|
|
65336
|
+
chainId: 151,
|
|
65337
|
+
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/151/etherscan",
|
|
65338
|
+
aliases: ["redbelly-mainnet"]
|
|
65339
|
+
},
|
|
65334
65340
|
// X Chain
|
|
65335
65341
|
xchain: {
|
|
65336
65342
|
chainId: 0,
|