@hyperlane-xyz/registry 13.6.0 → 13.7.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/chainMetadata.js +39 -6
- package/dist/chains/arbitrum/metadata.js +2 -2
- package/dist/chains/arbitrum/metadata.json +2 -2
- package/dist/chains/arbitrum/metadata.yaml +2 -2
- package/dist/chains/base/metadata.js +12 -0
- package/dist/chains/base/metadata.json +12 -0
- package/dist/chains/base/metadata.yaml +4 -0
- package/dist/chains/bsc/metadata.js +8 -2
- package/dist/chains/bsc/metadata.json +8 -2
- package/dist/chains/bsc/metadata.yaml +4 -2
- package/dist/chains/ethereum/metadata.js +8 -2
- package/dist/chains/ethereum/metadata.json +8 -2
- package/dist/chains/ethereum/metadata.yaml +3 -1
- package/dist/chains/optimism/metadata.js +9 -0
- package/dist/chains/optimism/metadata.json +9 -0
- package/dist/chains/optimism/metadata.yaml +3 -0
- package/package.json +1 -1
package/dist/chainMetadata.js
CHANGED
|
@@ -383,10 +383,10 @@ export const chainMetadata = {
|
|
|
383
383
|
"http": "https://arb1.arbitrum.io/rpc"
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
|
-
"http": "https://arbitrum.
|
|
386
|
+
"http": "https://arbitrum.rpc.subquery.network/public"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
|
-
"http": "https://
|
|
389
|
+
"http": "https://arbitrum.drpc.org"
|
|
390
390
|
}
|
|
391
391
|
],
|
|
392
392
|
"technicalStack": "arbitrumnitro"
|
|
@@ -996,6 +996,18 @@ export const chainMetadata = {
|
|
|
996
996
|
},
|
|
997
997
|
{
|
|
998
998
|
"http": "https://base.blockpi.network/v1/rpc/public"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"http": "https://base.drpc.org"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"http": "https://base.llamarpc.com"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"http": "https://1rpc.io/base"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"http": "https://base-pokt.nodies.app"
|
|
999
1011
|
}
|
|
1000
1012
|
],
|
|
1001
1013
|
"technicalStack": "opstack"
|
|
@@ -1436,10 +1448,16 @@ export const chainMetadata = {
|
|
|
1436
1448
|
"http": "https://bsc.drpc.org"
|
|
1437
1449
|
},
|
|
1438
1450
|
{
|
|
1439
|
-
"http": "https://
|
|
1451
|
+
"http": "https://bnb.rpc.subquery.network/public"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"http": "https://binance.llamarpc.com"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"http": "https://bsc.blockrazor.xyz"
|
|
1440
1458
|
},
|
|
1441
1459
|
{
|
|
1442
|
-
"http": "https://
|
|
1460
|
+
"http": "https://bsc-pokt.nodies.app"
|
|
1443
1461
|
}
|
|
1444
1462
|
],
|
|
1445
1463
|
"technicalStack": "other"
|
|
@@ -3188,10 +3206,16 @@ export const chainMetadata = {
|
|
|
3188
3206
|
"http": "https://ethereum.publicnode.com"
|
|
3189
3207
|
},
|
|
3190
3208
|
{
|
|
3191
|
-
"http": "https://
|
|
3209
|
+
"http": "https://eth.drpc.org"
|
|
3192
3210
|
},
|
|
3193
3211
|
{
|
|
3194
|
-
"http": "https://
|
|
3212
|
+
"http": "https://rpc.flashbots.net"
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"http": "https://eth.blockrazor.xyz"
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"http": "https://eth-pokt.nodies.app"
|
|
3195
3219
|
}
|
|
3196
3220
|
],
|
|
3197
3221
|
"technicalStack": "other"
|
|
@@ -6620,6 +6644,15 @@ export const chainMetadata = {
|
|
|
6620
6644
|
"rpcUrls": [
|
|
6621
6645
|
{
|
|
6622
6646
|
"http": "https://mainnet.optimism.io"
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"http": "https://optimism.drpc.org"
|
|
6650
|
+
},
|
|
6651
|
+
{
|
|
6652
|
+
"http": "https://optimism-rpc.publicnode.com"
|
|
6653
|
+
},
|
|
6654
|
+
{
|
|
6655
|
+
"http": "https://op-pokt.nodies.app"
|
|
6623
6656
|
}
|
|
6624
6657
|
],
|
|
6625
6658
|
"technicalStack": "opstack"
|
|
@@ -36,10 +36,10 @@ export const metadata = {
|
|
|
36
36
|
"http": "https://arb1.arbitrum.io/rpc"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"http": "https://arbitrum.
|
|
39
|
+
"http": "https://arbitrum.rpc.subquery.network/public"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
"http": "https://
|
|
42
|
+
"http": "https://arbitrum.drpc.org"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"technicalStack": "arbitrumnitro"
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"http": "https://arb1.arbitrum.io/rpc"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"http": "https://arbitrum.
|
|
39
|
+
"http": "https://arbitrum.rpc.subquery.network/public"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
"http": "https://
|
|
42
|
+
"http": "https://arbitrum.drpc.org"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"technicalStack": "arbitrumnitro"
|
|
@@ -30,6 +30,6 @@ nativeToken:
|
|
|
30
30
|
protocol: ethereum
|
|
31
31
|
rpcUrls:
|
|
32
32
|
- http: https://arb1.arbitrum.io/rpc
|
|
33
|
-
- http: https://arbitrum.
|
|
34
|
-
- http: https://
|
|
33
|
+
- http: https://arbitrum.rpc.subquery.network/public
|
|
34
|
+
- http: https://arbitrum.drpc.org
|
|
35
35
|
technicalStack: arbitrumnitro
|
|
@@ -37,6 +37,18 @@ export const metadata = {
|
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"http": "https://base.blockpi.network/v1/rpc/public"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"http": "https://base.drpc.org"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"http": "https://base.llamarpc.com"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"http": "https://1rpc.io/base"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"http": "https://base-pokt.nodies.app"
|
|
40
52
|
}
|
|
41
53
|
],
|
|
42
54
|
"technicalStack": "opstack"
|
|
@@ -37,6 +37,18 @@
|
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"http": "https://base.blockpi.network/v1/rpc/public"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"http": "https://base.drpc.org"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"http": "https://base.llamarpc.com"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"http": "https://1rpc.io/base"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"http": "https://base-pokt.nodies.app"
|
|
40
52
|
}
|
|
41
53
|
],
|
|
42
54
|
"technicalStack": "opstack"
|
|
@@ -26,4 +26,8 @@ rpcUrls:
|
|
|
26
26
|
- http: https://base.publicnode.com/
|
|
27
27
|
- http: https://mainnet.base.org
|
|
28
28
|
- http: https://base.blockpi.network/v1/rpc/public
|
|
29
|
+
- http: https://base.drpc.org
|
|
30
|
+
- http: https://base.llamarpc.com
|
|
31
|
+
- http: https://1rpc.io/base
|
|
32
|
+
- http: https://base-pokt.nodies.app
|
|
29
33
|
technicalStack: opstack
|
|
@@ -34,10 +34,16 @@ export const metadata = {
|
|
|
34
34
|
"http": "https://bsc.drpc.org"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"http": "https://
|
|
37
|
+
"http": "https://bnb.rpc.subquery.network/public"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"http": "https://
|
|
40
|
+
"http": "https://binance.llamarpc.com"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"http": "https://bsc.blockrazor.xyz"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"http": "https://bsc-pokt.nodies.app"
|
|
41
47
|
}
|
|
42
48
|
],
|
|
43
49
|
"technicalStack": "other"
|
|
@@ -34,10 +34,16 @@
|
|
|
34
34
|
"http": "https://bsc.drpc.org"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"http": "https://
|
|
37
|
+
"http": "https://bnb.rpc.subquery.network/public"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
"http": "https://
|
|
40
|
+
"http": "https://binance.llamarpc.com"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"http": "https://bsc.blockrazor.xyz"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"http": "https://bsc-pokt.nodies.app"
|
|
41
47
|
}
|
|
42
48
|
],
|
|
43
49
|
"technicalStack": "other"
|
|
@@ -25,6 +25,8 @@ nativeToken:
|
|
|
25
25
|
protocol: ethereum
|
|
26
26
|
rpcUrls:
|
|
27
27
|
- http: https://bsc.drpc.org
|
|
28
|
-
- http: https://
|
|
29
|
-
- http: https://
|
|
28
|
+
- http: https://bnb.rpc.subquery.network/public
|
|
29
|
+
- http: https://binance.llamarpc.com
|
|
30
|
+
- http: https://bsc.blockrazor.xyz
|
|
31
|
+
- http: https://bsc-pokt.nodies.app
|
|
30
32
|
technicalStack: other
|
|
@@ -42,10 +42,16 @@ export const metadata = {
|
|
|
42
42
|
"http": "https://ethereum.publicnode.com"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"http": "https://
|
|
45
|
+
"http": "https://eth.drpc.org"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"http": "https://
|
|
48
|
+
"http": "https://rpc.flashbots.net"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"http": "https://eth.blockrazor.xyz"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"http": "https://eth-pokt.nodies.app"
|
|
49
55
|
}
|
|
50
56
|
],
|
|
51
57
|
"technicalStack": "other"
|
|
@@ -42,10 +42,16 @@
|
|
|
42
42
|
"http": "https://ethereum.publicnode.com"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"http": "https://
|
|
45
|
+
"http": "https://eth.drpc.org"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"http": "https://
|
|
48
|
+
"http": "https://rpc.flashbots.net"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"http": "https://eth.blockrazor.xyz"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"http": "https://eth-pokt.nodies.app"
|
|
49
55
|
}
|
|
50
56
|
],
|
|
51
57
|
"technicalStack": "other"
|
|
@@ -29,6 +29,8 @@ protocol: ethereum
|
|
|
29
29
|
rpcUrls:
|
|
30
30
|
- http: https://eth.llamarpc.com
|
|
31
31
|
- http: https://ethereum.publicnode.com
|
|
32
|
-
- http: https://cloudflare-eth.com
|
|
33
32
|
- http: https://eth.drpc.org
|
|
33
|
+
- http: https://rpc.flashbots.net
|
|
34
|
+
- http: https://eth.blockrazor.xyz
|
|
35
|
+
- http: https://eth-pokt.nodies.app
|
|
34
36
|
technicalStack: other
|
|
@@ -31,6 +31,15 @@ export const metadata = {
|
|
|
31
31
|
"rpcUrls": [
|
|
32
32
|
{
|
|
33
33
|
"http": "https://mainnet.optimism.io"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"http": "https://optimism.drpc.org"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"http": "https://optimism-rpc.publicnode.com"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"http": "https://op-pokt.nodies.app"
|
|
34
43
|
}
|
|
35
44
|
],
|
|
36
45
|
"technicalStack": "opstack"
|
|
@@ -31,6 +31,15 @@
|
|
|
31
31
|
"rpcUrls": [
|
|
32
32
|
{
|
|
33
33
|
"http": "https://mainnet.optimism.io"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"http": "https://optimism.drpc.org"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"http": "https://optimism-rpc.publicnode.com"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"http": "https://op-pokt.nodies.app"
|
|
34
43
|
}
|
|
35
44
|
],
|
|
36
45
|
"technicalStack": "opstack"
|