eth-chainlist 0.0.802 → 0.0.803
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 +100 -36
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.803 (2026-08-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.802 ([aea51c3](https://github.com/poowf/eth-chainlist/commit/aea51c36a06c704f7dac4c983eb5beedf2d5c0d8))
|
|
9
|
+
* update chain data ([3a2840a](https://github.com/poowf/eth-chainlist/commit/3a2840aa590439152372aec99f43f1795b0602ee))
|
|
10
|
+
|
|
3
11
|
### 0.0.802 (2026-08-06)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -5419,6 +5419,24 @@ const chainArray = [
|
|
|
5419
5419
|
],
|
|
5420
5420
|
status: 'deprecated'
|
|
5421
5421
|
},
|
|
5422
|
+
{
|
|
5423
|
+
name: 'NetX Mainnet',
|
|
5424
|
+
chain: 'NETX',
|
|
5425
|
+
rpc: [ 'https://rpc.netxscan.io' ],
|
|
5426
|
+
faucets: [],
|
|
5427
|
+
nativeCurrency: { name: 'NetX Token', symbol: 'NETX', decimals: 18 },
|
|
5428
|
+
infoURL: 'https://netx.world/',
|
|
5429
|
+
shortName: 'netx',
|
|
5430
|
+
chainId: 287,
|
|
5431
|
+
networkId: 287,
|
|
5432
|
+
explorers: [
|
|
5433
|
+
{
|
|
5434
|
+
name: 'NetXScan',
|
|
5435
|
+
url: 'https://netxscan.io',
|
|
5436
|
+
standard: 'EIP3091'
|
|
5437
|
+
}
|
|
5438
|
+
]
|
|
5439
|
+
},
|
|
5422
5440
|
{
|
|
5423
5441
|
name: 'Boba Network',
|
|
5424
5442
|
chain: 'ETH',
|
|
@@ -7809,6 +7827,24 @@ const chainArray = [
|
|
|
7809
7827
|
}
|
|
7810
7828
|
]
|
|
7811
7829
|
},
|
|
7830
|
+
{
|
|
7831
|
+
name: 'NetX Testnet',
|
|
7832
|
+
chain: 'NETX',
|
|
7833
|
+
rpc: [ 'https://testnetrpc.netxscan.io' ],
|
|
7834
|
+
faucets: [ 'https://netx.world/faucet/' ],
|
|
7835
|
+
nativeCurrency: { name: 'NetX Token', symbol: 'NETX', decimals: 18 },
|
|
7836
|
+
infoURL: 'https://netx.world/',
|
|
7837
|
+
shortName: 'netx-testnet',
|
|
7838
|
+
chainId: 587,
|
|
7839
|
+
networkId: 587,
|
|
7840
|
+
explorers: [
|
|
7841
|
+
{
|
|
7842
|
+
name: 'NetXScan Testnet',
|
|
7843
|
+
url: 'https://testnet.netxscan.io',
|
|
7844
|
+
standard: 'EIP3091'
|
|
7845
|
+
}
|
|
7846
|
+
]
|
|
7847
|
+
},
|
|
7812
7848
|
{
|
|
7813
7849
|
name: 'Metis Stardust Testnet',
|
|
7814
7850
|
chain: 'ETH',
|
|
@@ -17078,6 +17114,26 @@ const chainArray = [
|
|
|
17078
17114
|
}
|
|
17079
17115
|
]
|
|
17080
17116
|
},
|
|
17117
|
+
{
|
|
17118
|
+
name: 'Morph Tachyon',
|
|
17119
|
+
title: 'Morph Tachyon Mainnet',
|
|
17120
|
+
chain: 'Morph Tachyon',
|
|
17121
|
+
rpc: [ 'https://api.popdex.xyz/api/v1/web3/rpc' ],
|
|
17122
|
+
faucets: [],
|
|
17123
|
+
nativeCurrency: { name: 'BGB', symbol: 'BGB', decimals: 18 },
|
|
17124
|
+
features: [ { name: 'EIP155' } ],
|
|
17125
|
+
infoURL: 'https://popdex.xyz',
|
|
17126
|
+
shortName: 'morphtachyon',
|
|
17127
|
+
chainId: 2184,
|
|
17128
|
+
networkId: 2184,
|
|
17129
|
+
explorers: [
|
|
17130
|
+
{
|
|
17131
|
+
name: 'Morph Tachyon Explorer',
|
|
17132
|
+
url: 'https://app.popdex.xyz/explorer',
|
|
17133
|
+
standard: 'none'
|
|
17134
|
+
}
|
|
17135
|
+
]
|
|
17136
|
+
},
|
|
17081
17137
|
{
|
|
17082
17138
|
name: 'Game7',
|
|
17083
17139
|
title: 'Game7',
|
|
@@ -21706,7 +21762,10 @@ const chainArray = [
|
|
|
21706
21762
|
{
|
|
21707
21763
|
name: 'Robinhood Chain',
|
|
21708
21764
|
chain: 'ETH',
|
|
21709
|
-
rpc: [
|
|
21765
|
+
rpc: [
|
|
21766
|
+
'https://rpc.mainnet.chain.robinhood.com',
|
|
21767
|
+
'https://rpc.arrowrpc.com'
|
|
21768
|
+
],
|
|
21710
21769
|
faucets: [],
|
|
21711
21770
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21712
21771
|
infoURL: 'https://docs.robinhood.com/chain',
|
|
@@ -21719,6 +21778,11 @@ const chainArray = [
|
|
|
21719
21778
|
url: 'https://robinhoodchain.blockscout.com',
|
|
21720
21779
|
icon: 'blockscout',
|
|
21721
21780
|
standard: 'EIP3091'
|
|
21781
|
+
},
|
|
21782
|
+
{
|
|
21783
|
+
name: 'HoodScan',
|
|
21784
|
+
url: 'https://hoodscan.ai',
|
|
21785
|
+
standard: 'EIP3091'
|
|
21722
21786
|
}
|
|
21723
21787
|
],
|
|
21724
21788
|
status: 'active',
|
|
@@ -24974,14 +25038,11 @@ const chainArray = [
|
|
|
24974
25038
|
]
|
|
24975
25039
|
},
|
|
24976
25040
|
{
|
|
24977
|
-
name: 'Rome
|
|
25041
|
+
name: 'Rome Rubicon Mainnet',
|
|
24978
25042
|
chain: 'ROME',
|
|
24979
|
-
rpc: [
|
|
24980
|
-
|
|
24981
|
-
|
|
24982
|
-
],
|
|
24983
|
-
faucets: [],
|
|
24984
|
-
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
25043
|
+
rpc: [ 'https://rubicon.mainnet.romeprotocol.xyz' ],
|
|
25044
|
+
faucets: [ 'https://app.mainnet.romeprotocol.xyz' ],
|
|
25045
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
24985
25046
|
infoURL: 'https://rome.builders',
|
|
24986
25047
|
shortName: 'rome-palatine',
|
|
24987
25048
|
chainId: 7531,
|
|
@@ -24989,34 +25050,25 @@ const chainArray = [
|
|
|
24989
25050
|
icon: 'rome',
|
|
24990
25051
|
explorers: [
|
|
24991
25052
|
{
|
|
24992
|
-
name: 'Rome
|
|
24993
|
-
url: 'https://
|
|
25053
|
+
name: 'Rome Via Rubicon',
|
|
25054
|
+
url: 'https://via-rubicon.mainnet.romeprotocol.xyz',
|
|
24994
25055
|
icon: 'rome',
|
|
24995
25056
|
standard: 'EIP3091'
|
|
24996
25057
|
}
|
|
24997
|
-
]
|
|
24998
|
-
status: 'active'
|
|
25058
|
+
]
|
|
24999
25059
|
},
|
|
25000
25060
|
{
|
|
25001
25061
|
name: 'Rome Mainnet 0 Aventine',
|
|
25002
25062
|
chain: 'ROME',
|
|
25003
|
-
rpc: [
|
|
25004
|
-
faucets: [
|
|
25005
|
-
nativeCurrency: { name: '
|
|
25063
|
+
rpc: [],
|
|
25064
|
+
faucets: [],
|
|
25065
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
25006
25066
|
infoURL: 'https://rome.builders',
|
|
25007
25067
|
shortName: 'rome-mainnet-0-aventine',
|
|
25008
25068
|
chainId: 7532,
|
|
25009
25069
|
networkId: 7532,
|
|
25010
25070
|
icon: 'rome',
|
|
25011
|
-
|
|
25012
|
-
{
|
|
25013
|
-
name: 'Rome Mainnet 0 Aventine Explorer',
|
|
25014
|
-
url: 'https://romescout-aventine-i.mainnet-0.romeprotocol.xyz',
|
|
25015
|
-
icon: 'rome',
|
|
25016
|
-
standard: 'EIP3091'
|
|
25017
|
-
}
|
|
25018
|
-
],
|
|
25019
|
-
status: 'active'
|
|
25071
|
+
status: 'deprecated'
|
|
25020
25072
|
},
|
|
25021
25073
|
{
|
|
25022
25074
|
name: 'Cyber Mainnet',
|
|
@@ -34598,6 +34650,26 @@ const chainArray = [
|
|
|
34598
34650
|
}
|
|
34599
34651
|
]
|
|
34600
34652
|
},
|
|
34653
|
+
{
|
|
34654
|
+
name: 'Morph Tachyon Testnet',
|
|
34655
|
+
title: 'Morph Tachyon Testnet',
|
|
34656
|
+
chain: 'Morph Tachyon',
|
|
34657
|
+
rpc: [ 'https://testnet-api.popdex.xyz/api/v1/web3/rpc' ],
|
|
34658
|
+
faucets: [],
|
|
34659
|
+
nativeCurrency: { name: 'BGB', symbol: 'BGB', decimals: 18 },
|
|
34660
|
+
features: [ { name: 'EIP155' } ],
|
|
34661
|
+
infoURL: 'https://popdex.xyz',
|
|
34662
|
+
shortName: 'morphtachyontestnet',
|
|
34663
|
+
chainId: 34952,
|
|
34664
|
+
networkId: 34952,
|
|
34665
|
+
explorers: [
|
|
34666
|
+
{
|
|
34667
|
+
name: 'Morph Tachyon Testnet Explorer',
|
|
34668
|
+
url: 'https://testnet-app.popdex.xyz/explorer',
|
|
34669
|
+
standard: 'none'
|
|
34670
|
+
}
|
|
34671
|
+
]
|
|
34672
|
+
},
|
|
34601
34673
|
{
|
|
34602
34674
|
name: 'J2O Taro',
|
|
34603
34675
|
chain: 'TARO',
|
|
@@ -42625,23 +42697,15 @@ const chainArray = [
|
|
|
42625
42697
|
{
|
|
42626
42698
|
name: 'Rome Testnet Caelian',
|
|
42627
42699
|
chain: 'ROME',
|
|
42628
|
-
rpc: [
|
|
42629
|
-
faucets: [
|
|
42630
|
-
nativeCurrency: { name: '
|
|
42700
|
+
rpc: [],
|
|
42701
|
+
faucets: [],
|
|
42702
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
42631
42703
|
infoURL: 'https://rome.builders',
|
|
42632
42704
|
shortName: 'rome-testnet-caelian',
|
|
42633
42705
|
chainId: 121215,
|
|
42634
42706
|
networkId: 121215,
|
|
42635
42707
|
icon: 'rome',
|
|
42636
|
-
|
|
42637
|
-
{
|
|
42638
|
-
name: 'Rome Testnet Caelian Explorer',
|
|
42639
|
-
url: 'https://romescout-caelian-i.testnet.romeprotocol.xyz',
|
|
42640
|
-
icon: 'rome',
|
|
42641
|
-
standard: 'EIP3091'
|
|
42642
|
-
}
|
|
42643
|
-
],
|
|
42644
|
-
status: 'active'
|
|
42708
|
+
status: 'deprecated'
|
|
42645
42709
|
},
|
|
42646
42710
|
{
|
|
42647
42711
|
name: 'Fushuma',
|