@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.js
CHANGED
|
@@ -65347,6 +65347,12 @@ var networks = {
|
|
|
65347
65347
|
apiUrl: "https://mainnet.explorer.rarichain.org/api",
|
|
65348
65348
|
aliases: ["rarible-mainnet"]
|
|
65349
65349
|
},
|
|
65350
|
+
// Redbelly
|
|
65351
|
+
redbelly: {
|
|
65352
|
+
chainId: 151,
|
|
65353
|
+
apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/151/etherscan",
|
|
65354
|
+
aliases: ["redbelly-mainnet"]
|
|
65355
|
+
},
|
|
65350
65356
|
// X Chain
|
|
65351
65357
|
xchain: {
|
|
65352
65358
|
chainId: 0,
|