@hyperlane-xyz/registry 4.1.0 → 4.1.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/chainMetadata.js
CHANGED
|
@@ -1322,6 +1322,14 @@ export const chainMetadata = {
|
|
|
1322
1322
|
"technicalStack": "arbitrumnitro"
|
|
1323
1323
|
},
|
|
1324
1324
|
"eclipsemainnet": {
|
|
1325
|
+
"blockExplorers": [
|
|
1326
|
+
{
|
|
1327
|
+
"apiUrl": "https://explorer.eclipse.xyz/api",
|
|
1328
|
+
"family": "other",
|
|
1329
|
+
"name": "Eclipse Explorer",
|
|
1330
|
+
"url": "https://explorer.eclipse.xyz/"
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1325
1333
|
"blocks": {
|
|
1326
1334
|
"confirmations": 1,
|
|
1327
1335
|
"estimateBlockTime": 0.4,
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
export const metadata = {
|
|
2
|
+
"blockExplorers": [
|
|
3
|
+
{
|
|
4
|
+
"apiUrl": "https://explorer.eclipse.xyz/api",
|
|
5
|
+
"family": "other",
|
|
6
|
+
"name": "Eclipse Explorer",
|
|
7
|
+
"url": "https://explorer.eclipse.xyz/"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
2
10
|
"blocks": {
|
|
3
11
|
"confirmations": 1,
|
|
4
12
|
"estimateBlockTime": 0.4,
|