eth-chainlist 0.0.755 → 0.0.756
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/CHANGELOG.md +8 -0
- package/data/chain.js +98 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.756 (2026-04-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.755 ([473d57f](https://github.com/poowf/eth-chainlist/commit/473d57f7c4d486aae1f6608ba092540be1ae83b4))
|
|
9
|
+
* update chain data ([09a13fe](https://github.com/poowf/eth-chainlist/commit/09a13fed10f43cf04d741011d64c08be878fa05b))
|
|
10
|
+
|
|
3
11
|
### 0.0.755 (2026-04-22)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -20533,6 +20533,26 @@ const chainArray = [
|
|
|
20533
20533
|
}
|
|
20534
20534
|
]
|
|
20535
20535
|
},
|
|
20536
|
+
{
|
|
20537
|
+
name: 'Tempo Mainnet Presto',
|
|
20538
|
+
chain: 'ETH',
|
|
20539
|
+
rpc: [ 'https://rpc.mainnet.tempo.xyz', 'wss://rpc.mainnet.tempo.xyz' ],
|
|
20540
|
+
faucets: [],
|
|
20541
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
20542
|
+
infoURL: 'https://tempo.xyz',
|
|
20543
|
+
shortName: 'tempo-presto',
|
|
20544
|
+
chainId: 4217,
|
|
20545
|
+
networkId: 4217,
|
|
20546
|
+
icon: 'tempo',
|
|
20547
|
+
explorers: [
|
|
20548
|
+
{
|
|
20549
|
+
name: 'tempo-explorer',
|
|
20550
|
+
url: 'https://explore.tempo.xyz',
|
|
20551
|
+
icon: 'tempo',
|
|
20552
|
+
standard: 'EIP3091'
|
|
20553
|
+
}
|
|
20554
|
+
]
|
|
20555
|
+
},
|
|
20536
20556
|
{
|
|
20537
20557
|
name: 'Nexi Mainnet',
|
|
20538
20558
|
chain: 'Nexi',
|
|
@@ -24549,6 +24569,37 @@ const chainArray = [
|
|
|
24549
24569
|
}
|
|
24550
24570
|
]
|
|
24551
24571
|
},
|
|
24572
|
+
{
|
|
24573
|
+
name: 'DiamondzChain',
|
|
24574
|
+
chain: 'DZX',
|
|
24575
|
+
rpc: [ 'https://rpc-mainnet.diamondz.baby' ],
|
|
24576
|
+
faucets: [],
|
|
24577
|
+
nativeCurrency: {
|
|
24578
|
+
name: 'Diamondz Shadow Game and Movies',
|
|
24579
|
+
symbol: 'SDM',
|
|
24580
|
+
decimals: 18
|
|
24581
|
+
},
|
|
24582
|
+
infoURL: 'https://diamondzshadow.info',
|
|
24583
|
+
shortName: 'dzx',
|
|
24584
|
+
chainId: 7791,
|
|
24585
|
+
networkId: 7791,
|
|
24586
|
+
explorers: [
|
|
24587
|
+
{
|
|
24588
|
+
name: 'DiamondzChain Explorer',
|
|
24589
|
+
url: 'https://diamondz.tryethernal.com',
|
|
24590
|
+
standard: 'EIP3091'
|
|
24591
|
+
}
|
|
24592
|
+
],
|
|
24593
|
+
parent: {
|
|
24594
|
+
type: 'L2',
|
|
24595
|
+
chain: 'eip155-42161',
|
|
24596
|
+
bridges: [
|
|
24597
|
+
{
|
|
24598
|
+
url: 'https://b0b35872-9442-43c9-8cb4-5719d6808be9.bridges.rollbridge.app'
|
|
24599
|
+
}
|
|
24600
|
+
]
|
|
24601
|
+
}
|
|
24602
|
+
},
|
|
24552
24603
|
{
|
|
24553
24604
|
name: 'OpenEX LONG Testnet',
|
|
24554
24605
|
title: 'OpenEX LONG Testnet',
|
|
@@ -34204,7 +34255,7 @@ const chainArray = [
|
|
|
34204
34255
|
explorers: [
|
|
34205
34256
|
{
|
|
34206
34257
|
name: 'tempo-explorer',
|
|
34207
|
-
url: 'https://explore.tempo.xyz',
|
|
34258
|
+
url: 'https://explore.testnet.tempo.xyz',
|
|
34208
34259
|
icon: 'tempo',
|
|
34209
34260
|
standard: 'EIP3091'
|
|
34210
34261
|
}
|
|
@@ -34936,6 +34987,32 @@ const chainArray = [
|
|
|
34936
34987
|
bridges: [ { url: 'https://blessnet.bridge.caldera.xyz' } ]
|
|
34937
34988
|
}
|
|
34938
34989
|
},
|
|
34990
|
+
{
|
|
34991
|
+
name: 'Robinhood Chain Testnet',
|
|
34992
|
+
title: 'Robinhood Chain Testnet',
|
|
34993
|
+
chain: 'ETH',
|
|
34994
|
+
rpc: [ 'https://rpc.testnet.chain.robinhood.com/rpc' ],
|
|
34995
|
+
faucets: [],
|
|
34996
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
34997
|
+
infoURL: 'https://docs.robinhood.com/chain/',
|
|
34998
|
+
shortName: 'rh-testnet',
|
|
34999
|
+
chainId: 46630,
|
|
35000
|
+
networkId: 46630,
|
|
35001
|
+
slip44: 1,
|
|
35002
|
+
explorers: [
|
|
35003
|
+
{
|
|
35004
|
+
name: 'blockscout',
|
|
35005
|
+
url: 'https://explorer.testnet.chain.robinhood.com',
|
|
35006
|
+
icon: 'blockscout',
|
|
35007
|
+
standard: 'EIP3091'
|
|
35008
|
+
}
|
|
35009
|
+
],
|
|
35010
|
+
parent: {
|
|
35011
|
+
type: 'L2',
|
|
35012
|
+
chain: 'eip155-11155111',
|
|
35013
|
+
bridges: [ { url: 'https://portal.arbitrum.io/bridge' } ]
|
|
35014
|
+
}
|
|
35015
|
+
},
|
|
34939
35016
|
{
|
|
34940
35017
|
name: 'Fusion Testnet',
|
|
34941
35018
|
chain: 'FSN',
|
|
@@ -43202,6 +43279,26 @@ const chainArray = [
|
|
|
43202
43279
|
}
|
|
43203
43280
|
]
|
|
43204
43281
|
},
|
|
43282
|
+
{
|
|
43283
|
+
name: 'StreamChain',
|
|
43284
|
+
icon: 'streamchain',
|
|
43285
|
+
shortName: 'stc',
|
|
43286
|
+
chain: 'STC',
|
|
43287
|
+
chainId: 250611,
|
|
43288
|
+
networkId: 250611,
|
|
43289
|
+
rpc: [ 'https://rpc.strmchain.com' ],
|
|
43290
|
+
faucets: [],
|
|
43291
|
+
infoURL: 'https://strmchain.com',
|
|
43292
|
+
nativeCurrency: { name: 'StreamChain', symbol: 'STC', decimals: 18 },
|
|
43293
|
+
explorers: [
|
|
43294
|
+
{
|
|
43295
|
+
name: 'StreamChain Explorer',
|
|
43296
|
+
url: 'https://explorer.strmchain.com',
|
|
43297
|
+
standard: 'EIP3091'
|
|
43298
|
+
}
|
|
43299
|
+
],
|
|
43300
|
+
status: 'active'
|
|
43301
|
+
},
|
|
43205
43302
|
{
|
|
43206
43303
|
name: 'CELESTIUM Network Testnet',
|
|
43207
43304
|
chain: 'CELESTIUM',
|