@layerzerolabs/verify-contract 1.1.26 → 1.1.27
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -44595,6 +44595,8 @@ var DEFAULT_SCAN_API_URLS = /* @__PURE__ */ new Map([
|
|
|
44595
44595
|
["rarible-mainnet", "https://mainnet.explorer.rarichain.org/api"],
|
|
44596
44596
|
["scroll", "https://api.scrollscan.com/api"],
|
|
44597
44597
|
["scroll-mainnet", "https://api.scrollscan.com/api"],
|
|
44598
|
+
["sei", "https://seitrace.com/pacific-1/api"],
|
|
44599
|
+
["sei-mainnet", "https://seitrace.com/pacific-1/api"],
|
|
44598
44600
|
["taiko", "https://api.taikoscan.io/api"],
|
|
44599
44601
|
["taiko-mainnet", "https://api.taikoscan.io/api"],
|
|
44600
44602
|
["xchain", "https://xchain-explorer.idex.io/api"],
|