eth-chainlist 0.0.801 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +141 -36
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.802 (2026-08-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.801 ([436e056](https://github.com/poowf/eth-chainlist/commit/436e056f88b3a64431bed0d81569e3ef968d61e6))
17
+ * update chain data ([e20809e](https://github.com/poowf/eth-chainlist/commit/e20809e0e6deed3101a91f21ce800afeb579c096))
18
+
3
19
  ### 0.0.801 (2026-08-05)
4
20
 
5
21
 
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: [ 'https://rpc.mainnet.chain.robinhood.com' ],
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 Palatine',
25041
+ name: 'Rome Rubicon Mainnet',
24978
25042
  chain: 'ROME',
24979
- rpc: [
24980
- 'https://palatine.romeprotocol.xyz',
24981
- 'https://palatine2.romeprotocol.xyz'
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 Palatine Explorer',
24993
- url: 'https://romescout-palatine.romeprotocol.xyz',
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: [ 'https://aventine-i.mainnet-0.romeprotocol.xyz' ],
25004
- faucets: [ 'https://deposit.mainnet-0.romeprotocol.xyz' ],
25005
- nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
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
- explorers: [
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',
@@ -32244,6 +32296,28 @@ const chainArray = [
32244
32296
  }
32245
32297
  ]
32246
32298
  },
32299
+ {
32300
+ name: 'Alpen Testnet III',
32301
+ chain: 'alpen-testnet-iii',
32302
+ rpc: [ 'https://alpen.testnet.alpen.org' ],
32303
+ faucets: [ 'https://tally.so/r/aQKLZZ' ],
32304
+ nativeCurrency: { name: 'Signet BTC', symbol: 'sBTC', decimals: 18 },
32305
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32306
+ infoURL: 'https://docs.alpenlabs.io',
32307
+ shortName: 'alpen-testnet-iii',
32308
+ chainId: 20310,
32309
+ networkId: 20310,
32310
+ slip44: 1,
32311
+ icon: 'alpen',
32312
+ explorers: [
32313
+ {
32314
+ name: 'Alpen Testnet Explorer',
32315
+ url: 'https://explorer.testnet.alpen.org',
32316
+ icon: 'blockscout',
32317
+ standard: 'EIP3091'
32318
+ }
32319
+ ]
32320
+ },
32247
32321
  {
32248
32322
  name: 'XUSD ONE StableChain Mainnet',
32249
32323
  chain: 'XUSD ONE',
@@ -34576,6 +34650,26 @@ const chainArray = [
34576
34650
  }
34577
34651
  ]
34578
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
+ },
34579
34673
  {
34580
34674
  name: 'J2O Taro',
34581
34675
  chain: 'TARO',
@@ -39726,6 +39820,24 @@ const chainArray = [
39726
39820
  }
39727
39821
  ]
39728
39822
  },
39823
+ {
39824
+ name: 'Zorin Chain',
39825
+ chain: 'ZRN',
39826
+ rpc: [ 'https://rpc.zorinscan.org' ],
39827
+ faucets: [],
39828
+ nativeCurrency: { name: 'Zorin', symbol: 'ZRN', decimals: 18 },
39829
+ infoURL: 'https://zorinscan.org',
39830
+ shortName: 'zrn',
39831
+ chainId: 81008,
39832
+ networkId: 81008,
39833
+ explorers: [
39834
+ {
39835
+ name: 'ZorinScan',
39836
+ url: 'https://zorinscan.org',
39837
+ standard: 'none'
39838
+ }
39839
+ ]
39840
+ },
39729
39841
  {
39730
39842
  name: 'Nordek Mainnet',
39731
39843
  chain: 'Nordek',
@@ -42585,23 +42697,15 @@ const chainArray = [
42585
42697
  {
42586
42698
  name: 'Rome Testnet Caelian',
42587
42699
  chain: 'ROME',
42588
- rpc: [ 'https://caelian-i.testnet.romeprotocol.xyz' ],
42589
- faucets: [ 'https://deposit.testnet.romeprotocol.xyz' ],
42590
- nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
42700
+ rpc: [],
42701
+ faucets: [],
42702
+ nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
42591
42703
  infoURL: 'https://rome.builders',
42592
42704
  shortName: 'rome-testnet-caelian',
42593
42705
  chainId: 121215,
42594
42706
  networkId: 121215,
42595
42707
  icon: 'rome',
42596
- explorers: [
42597
- {
42598
- name: 'Rome Testnet Caelian Explorer',
42599
- url: 'https://romescout-caelian-i.testnet.romeprotocol.xyz',
42600
- icon: 'rome',
42601
- standard: 'EIP3091'
42602
- }
42603
- ],
42604
- status: 'active'
42708
+ status: 'deprecated'
42605
42709
  },
42606
42710
  {
42607
42711
  name: 'Fushuma',
@@ -46474,6 +46578,7 @@ const chainArray = [
46474
46578
  },
46475
46579
  {
46476
46580
  name: 'ZERO Network',
46581
+ status: 'deprecated',
46477
46582
  chain: 'ZERONetwork',
46478
46583
  icon: 'zero',
46479
46584
  rpc: [ 'https://rpc.zerion.io/v1/zero' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.801",
3
+ "version": "0.0.803",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {