eth-chainlist 0.0.754 → 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 +16 -0
- package/data/chain.js +179 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.755 (2026-04-22)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.754 ([90b485c](https://github.com/poowf/eth-chainlist/commit/90b485cd6171599d396983cdb45c061df2ef7cfc))
|
|
17
|
+
* update chain data ([bf0d6f2](https://github.com/poowf/eth-chainlist/commit/bf0d6f235e7ebecbc26a6c51253e657481c515eb))
|
|
18
|
+
|
|
3
19
|
### 0.0.754 (2026-04-21)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -23294,6 +23314,33 @@ const chainArray = [
|
|
|
23294
23314
|
}
|
|
23295
23315
|
]
|
|
23296
23316
|
},
|
|
23317
|
+
{
|
|
23318
|
+
name: 'BM Chain',
|
|
23319
|
+
chain: 'BMX',
|
|
23320
|
+
rpc: [],
|
|
23321
|
+
faucets: [],
|
|
23322
|
+
nativeCurrency: { name: 'BMX', symbol: 'BMX', decimals: 18 },
|
|
23323
|
+
infoURL: 'https://bm.xyz',
|
|
23324
|
+
shortName: 'bmx',
|
|
23325
|
+
chainId: 6800,
|
|
23326
|
+
networkId: 6800,
|
|
23327
|
+
explorers: [],
|
|
23328
|
+
status: 'incubating'
|
|
23329
|
+
},
|
|
23330
|
+
{
|
|
23331
|
+
name: 'BM Chain Testnet',
|
|
23332
|
+
chain: 'BMX',
|
|
23333
|
+
rpc: [],
|
|
23334
|
+
faucets: [],
|
|
23335
|
+
nativeCurrency: { name: 'BMX', symbol: 'BMX', decimals: 18 },
|
|
23336
|
+
infoURL: 'https://bm.xyz',
|
|
23337
|
+
shortName: 'bmx-testnet',
|
|
23338
|
+
chainId: 6801,
|
|
23339
|
+
networkId: 6801,
|
|
23340
|
+
slip44: 1,
|
|
23341
|
+
explorers: [],
|
|
23342
|
+
status: 'incubating'
|
|
23343
|
+
},
|
|
23297
23344
|
{
|
|
23298
23345
|
name: 'RACE Mainnet',
|
|
23299
23346
|
chain: 'ETH',
|
|
@@ -24223,6 +24270,25 @@ const chainArray = [
|
|
|
24223
24270
|
}
|
|
24224
24271
|
]
|
|
24225
24272
|
},
|
|
24273
|
+
{
|
|
24274
|
+
name: 'CarrChain Mainnet',
|
|
24275
|
+
chain: 'CarrChain Mainnet',
|
|
24276
|
+
rpc: [ 'https://rpc.carrchain.io' ],
|
|
24277
|
+
faucets: [],
|
|
24278
|
+
nativeCurrency: { name: 'CarrChain Coin', symbol: 'CARR', decimals: 18 },
|
|
24279
|
+
infoURL: 'https://carrchain.io',
|
|
24280
|
+
shortName: 'CarrChain-Mainnet',
|
|
24281
|
+
chainId: 7667,
|
|
24282
|
+
networkId: 7667,
|
|
24283
|
+
icon: 'carrchain',
|
|
24284
|
+
explorers: [
|
|
24285
|
+
{
|
|
24286
|
+
name: 'tracehawk',
|
|
24287
|
+
url: 'https://carrscan.io',
|
|
24288
|
+
standard: 'none'
|
|
24289
|
+
}
|
|
24290
|
+
]
|
|
24291
|
+
},
|
|
24226
24292
|
{
|
|
24227
24293
|
name: 'The Root Network - Mainnet',
|
|
24228
24294
|
chain: 'TRN',
|
|
@@ -24503,6 +24569,37 @@ const chainArray = [
|
|
|
24503
24569
|
}
|
|
24504
24570
|
]
|
|
24505
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
|
+
},
|
|
24506
24603
|
{
|
|
24507
24604
|
name: 'OpenEX LONG Testnet',
|
|
24508
24605
|
title: 'OpenEX LONG Testnet',
|
|
@@ -34158,7 +34255,7 @@ const chainArray = [
|
|
|
34158
34255
|
explorers: [
|
|
34159
34256
|
{
|
|
34160
34257
|
name: 'tempo-explorer',
|
|
34161
|
-
url: 'https://explore.tempo.xyz',
|
|
34258
|
+
url: 'https://explore.testnet.tempo.xyz',
|
|
34162
34259
|
icon: 'tempo',
|
|
34163
34260
|
standard: 'EIP3091'
|
|
34164
34261
|
}
|
|
@@ -34890,6 +34987,32 @@ const chainArray = [
|
|
|
34890
34987
|
bridges: [ { url: 'https://blessnet.bridge.caldera.xyz' } ]
|
|
34891
34988
|
}
|
|
34892
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
|
+
},
|
|
34893
35016
|
{
|
|
34894
35017
|
name: 'Fusion Testnet',
|
|
34895
35018
|
chain: 'FSN',
|
|
@@ -37649,7 +37772,13 @@ const chainArray = [
|
|
|
37649
37772
|
{
|
|
37650
37773
|
name: 'NV-CHAIN',
|
|
37651
37774
|
chain: 'NVC',
|
|
37652
|
-
rpc: [
|
|
37775
|
+
rpc: [
|
|
37776
|
+
'https://rpc.neurovatic.ai/rpc',
|
|
37777
|
+
'https://rpc-eu.neurovatic.ai/rpc',
|
|
37778
|
+
'https://rpc-use.neurovatic.ai/rpc',
|
|
37779
|
+
'https://rpc-usw.neurovatic.ai/rpc',
|
|
37780
|
+
'https://rpc-apac.neurovatic.ai/rpc'
|
|
37781
|
+
],
|
|
37653
37782
|
faucets: [ 'https://faucet.neurovatic.ai' ],
|
|
37654
37783
|
nativeCurrency: { name: 'NeuroVatic Coin', symbol: 'NVC', decimals: 18 },
|
|
37655
37784
|
infoURL: 'https://neurovatic.ai',
|
|
@@ -37773,6 +37902,25 @@ const chainArray = [
|
|
|
37773
37902
|
}
|
|
37774
37903
|
]
|
|
37775
37904
|
},
|
|
37905
|
+
{
|
|
37906
|
+
name: 'CarrChain Testnet',
|
|
37907
|
+
chain: 'CarrChain Testnet',
|
|
37908
|
+
rpc: [ 'https://rpc-testnet.carrchain.io' ],
|
|
37909
|
+
faucets: [ 'https://faucet.carrchain.io' ],
|
|
37910
|
+
nativeCurrency: { name: 'CarrChain Coin', symbol: 'CARR', decimals: 18 },
|
|
37911
|
+
infoURL: 'https://carrchain.io',
|
|
37912
|
+
shortName: 'CarrChain-Testnet',
|
|
37913
|
+
chainId: 76672,
|
|
37914
|
+
networkId: 76672,
|
|
37915
|
+
icon: 'carrchain',
|
|
37916
|
+
explorers: [
|
|
37917
|
+
{
|
|
37918
|
+
name: 'tracehawk',
|
|
37919
|
+
url: 'https://testnet.carrscan.io',
|
|
37920
|
+
standard: 'none'
|
|
37921
|
+
}
|
|
37922
|
+
]
|
|
37923
|
+
},
|
|
37776
37924
|
{
|
|
37777
37925
|
name: 'BORAchain mainnet',
|
|
37778
37926
|
chain: 'BORA',
|
|
@@ -37836,22 +37984,17 @@ const chainArray = [
|
|
|
37836
37984
|
]
|
|
37837
37985
|
},
|
|
37838
37986
|
{
|
|
37839
|
-
name: '
|
|
37840
|
-
chain: '
|
|
37841
|
-
|
|
37842
|
-
|
|
37843
|
-
|
|
37844
|
-
|
|
37845
|
-
|
|
37987
|
+
name: 'CarrChain Testnet (Deprecated)',
|
|
37988
|
+
chain: 'CarrChain Testnet (Deprecated)',
|
|
37989
|
+
status: 'deprecated',
|
|
37990
|
+
rpc: [],
|
|
37991
|
+
faucets: [],
|
|
37992
|
+
nativeCurrency: { name: 'CarrChain Coin', symbol: 'CARR', decimals: 18 },
|
|
37993
|
+
infoURL: 'https://carrchain.io',
|
|
37994
|
+
shortName: 'Carrchain-Testnet-Deprecated',
|
|
37846
37995
|
chainId: 77652,
|
|
37847
37996
|
networkId: 77652,
|
|
37848
|
-
explorers: [
|
|
37849
|
-
{
|
|
37850
|
-
name: 'tracehawk',
|
|
37851
|
-
url: 'https://explorer-testnetcarrchain.artiffine.com',
|
|
37852
|
-
standard: 'none'
|
|
37853
|
-
}
|
|
37854
|
-
]
|
|
37997
|
+
explorers: []
|
|
37855
37998
|
},
|
|
37856
37999
|
{
|
|
37857
38000
|
name: 'Cycle Network Mainnet Sailboat',
|
|
@@ -43136,6 +43279,26 @@ const chainArray = [
|
|
|
43136
43279
|
}
|
|
43137
43280
|
]
|
|
43138
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
|
+
},
|
|
43139
43302
|
{
|
|
43140
43303
|
name: 'CELESTIUM Network Testnet',
|
|
43141
43304
|
chain: 'CELESTIUM',
|