eth-chainlist 0.0.753 → 0.0.755

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 +189 -24
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.755 (2026-04-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.754 ([90b485c](https://github.com/poowf/eth-chainlist/commit/90b485cd6171599d396983cdb45c061df2ef7cfc))
9
+ * update chain data ([bf0d6f2](https://github.com/poowf/eth-chainlist/commit/bf0d6f235e7ebecbc26a6c51253e657481c515eb))
10
+
11
+ ### 0.0.754 (2026-04-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.753 ([e1b57fa](https://github.com/poowf/eth-chainlist/commit/e1b57fa2530dc6f7f914b3a1a57d8e2627c7b7e9))
17
+ * update chain data ([126030d](https://github.com/poowf/eth-chainlist/commit/126030dafe18186e8c44c1ce44b49b7fe1684c4d))
18
+
3
19
  ### 0.0.753 (2026-04-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9949,6 +9949,27 @@ const chainArray = [
9949
9949
  bridges: [ { url: 'https://bridge.mode.network/' } ]
9950
9950
  }
9951
9951
  },
9952
+ {
9953
+ name: 'Fenine Testnet',
9954
+ chain: 'FEN',
9955
+ rpc: [ 'https://rpc.fene.app' ],
9956
+ faucets: [],
9957
+ nativeCurrency: { name: 'Fenine', symbol: 'FEN', decimals: 18 },
9958
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
9959
+ infoURL: 'https://fene.app',
9960
+ shortName: 'FEN',
9961
+ chainId: 920,
9962
+ networkId: 920,
9963
+ icon: 'fenine',
9964
+ explorers: [
9965
+ {
9966
+ name: 'Fenine Scan',
9967
+ url: 'https://explorer.fene.app',
9968
+ icon: 'fenine',
9969
+ standard: 'EIP3091'
9970
+ }
9971
+ ]
9972
+ },
9952
9973
  {
9953
9974
  name: 'Yidark Chain Mainnet',
9954
9975
  chain: 'Yidark',
@@ -20601,6 +20622,38 @@ const chainArray = [
20601
20622
  }
20602
20623
  ]
20603
20624
  },
20625
+ {
20626
+ name: 'TPIX Chain',
20627
+ chain: 'TPIX',
20628
+ rpc: [ 'https://rpc.tpix.online' ],
20629
+ faucets: [],
20630
+ nativeCurrency: { name: 'Thaiprompt Index', symbol: 'TPIX', decimals: 18 },
20631
+ infoURL: 'https://tpix.online',
20632
+ shortName: 'tpix',
20633
+ chainId: 4289,
20634
+ networkId: 4289,
20635
+ icon: 'tpix',
20636
+ explorers: [
20637
+ {
20638
+ name: 'TPIX Chain Explorer',
20639
+ url: 'https://explorer.tpix.online',
20640
+ standard: 'EIP3091'
20641
+ }
20642
+ ]
20643
+ },
20644
+ {
20645
+ name: 'TPIX Chain Testnet',
20646
+ chain: 'TPIX',
20647
+ rpc: [],
20648
+ faucets: [],
20649
+ nativeCurrency: { name: 'Thaiprompt Index', symbol: 'tTPIX', decimals: 18 },
20650
+ infoURL: 'https://tpix.online',
20651
+ shortName: 'tpix-testnet',
20652
+ chainId: 4290,
20653
+ networkId: 4290,
20654
+ icon: 'tpix',
20655
+ explorers: []
20656
+ },
20604
20657
  {
20605
20658
  name: 'Echos Chain',
20606
20659
  chain: 'Echos',
@@ -21807,6 +21860,28 @@ const chainArray = [
21807
21860
  chainId: 5197,
21808
21861
  networkId: 5197
21809
21862
  },
21863
+ {
21864
+ name: 'LiterMark Chain',
21865
+ chain: 'LMK',
21866
+ icon: 'litermark',
21867
+ rpc: [ 'https://litermark.org/rpc' ],
21868
+ features: [ { name: 'EIP155' } ],
21869
+ faucets: [],
21870
+ nativeCurrency: { name: 'LiterMark', symbol: 'LMK', decimals: 18 },
21871
+ infoURL: 'https://litermark.com',
21872
+ shortName: 'lmk',
21873
+ chainId: 5232,
21874
+ networkId: 5232,
21875
+ slip44: 60,
21876
+ status: 'active',
21877
+ explorers: [
21878
+ {
21879
+ name: 'LMKscan',
21880
+ url: 'https://litermark.org',
21881
+ standard: 'none'
21882
+ }
21883
+ ]
21884
+ },
21810
21885
  {
21811
21886
  name: 'Humanode Mainnet',
21812
21887
  chain: 'HMND',
@@ -23219,6 +23294,33 @@ const chainArray = [
23219
23294
  }
23220
23295
  ]
23221
23296
  },
23297
+ {
23298
+ name: 'BM Chain',
23299
+ chain: 'BMX',
23300
+ rpc: [],
23301
+ faucets: [],
23302
+ nativeCurrency: { name: 'BMX', symbol: 'BMX', decimals: 18 },
23303
+ infoURL: 'https://bm.xyz',
23304
+ shortName: 'bmx',
23305
+ chainId: 6800,
23306
+ networkId: 6800,
23307
+ explorers: [],
23308
+ status: 'incubating'
23309
+ },
23310
+ {
23311
+ name: 'BM Chain Testnet',
23312
+ chain: 'BMX',
23313
+ rpc: [],
23314
+ faucets: [],
23315
+ nativeCurrency: { name: 'BMX', symbol: 'BMX', decimals: 18 },
23316
+ infoURL: 'https://bm.xyz',
23317
+ shortName: 'bmx-testnet',
23318
+ chainId: 6801,
23319
+ networkId: 6801,
23320
+ slip44: 1,
23321
+ explorers: [],
23322
+ status: 'incubating'
23323
+ },
23222
23324
  {
23223
23325
  name: 'RACE Mainnet',
23224
23326
  chain: 'ETH',
@@ -24148,6 +24250,25 @@ const chainArray = [
24148
24250
  }
24149
24251
  ]
24150
24252
  },
24253
+ {
24254
+ name: 'CarrChain Mainnet',
24255
+ chain: 'CarrChain Mainnet',
24256
+ rpc: [ 'https://rpc.carrchain.io' ],
24257
+ faucets: [],
24258
+ nativeCurrency: { name: 'CarrChain Coin', symbol: 'CARR', decimals: 18 },
24259
+ infoURL: 'https://carrchain.io',
24260
+ shortName: 'CarrChain-Mainnet',
24261
+ chainId: 7667,
24262
+ networkId: 7667,
24263
+ icon: 'carrchain',
24264
+ explorers: [
24265
+ {
24266
+ name: 'tracehawk',
24267
+ url: 'https://carrscan.io',
24268
+ standard: 'none'
24269
+ }
24270
+ ]
24271
+ },
24151
24272
  {
24152
24273
  name: 'The Root Network - Mainnet',
24153
24274
  chain: 'TRN',
@@ -31199,16 +31320,28 @@ const chainArray = [
31199
31320
  },
31200
31321
  {
31201
31322
  name: '1Money Network Mainnet',
31202
- chain: '1Money Network',
31203
- rpc: [ 'https://mainnet.1money.network' ],
31323
+ chain: '1MoneyNetwork',
31324
+ rpc: [
31325
+ 'https://rpc.mainnet.1money.network',
31326
+ 'https://rpc1.mainnet.1money.network',
31327
+ 'https://rpc2.mainnet.1money.network',
31328
+ 'https://rpc3.mainnet.1money.network'
31329
+ ],
31204
31330
  faucets: [],
31205
31331
  nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
31206
31332
  features: [ { name: 'EIP155' } ],
31207
- infoURL: 'https://1money.com',
31333
+ infoURL: 'https://www.1moneynetwork.com',
31208
31334
  shortName: '1money',
31335
+ icon: '1moneynetwork',
31209
31336
  chainId: 21210,
31210
31337
  networkId: 21210,
31211
- explorers: []
31338
+ explorers: [
31339
+ {
31340
+ name: '1Money Network Explorer',
31341
+ url: 'https://www.1moneynetwork.com/explorer',
31342
+ standard: 'EIP3091'
31343
+ }
31344
+ ]
31212
31345
  },
31213
31346
  {
31214
31347
  name: 'DCpay Mainnet',
@@ -37562,7 +37695,13 @@ const chainArray = [
37562
37695
  {
37563
37696
  name: 'NV-CHAIN',
37564
37697
  chain: 'NVC',
37565
- rpc: [ 'https://rpc.neurovatic.ai/rpc' ],
37698
+ rpc: [
37699
+ 'https://rpc.neurovatic.ai/rpc',
37700
+ 'https://rpc-eu.neurovatic.ai/rpc',
37701
+ 'https://rpc-use.neurovatic.ai/rpc',
37702
+ 'https://rpc-usw.neurovatic.ai/rpc',
37703
+ 'https://rpc-apac.neurovatic.ai/rpc'
37704
+ ],
37566
37705
  faucets: [ 'https://faucet.neurovatic.ai' ],
37567
37706
  nativeCurrency: { name: 'NeuroVatic Coin', symbol: 'NVC', decimals: 18 },
37568
37707
  infoURL: 'https://neurovatic.ai',
@@ -37686,6 +37825,25 @@ const chainArray = [
37686
37825
  }
37687
37826
  ]
37688
37827
  },
37828
+ {
37829
+ name: 'CarrChain Testnet',
37830
+ chain: 'CarrChain Testnet',
37831
+ rpc: [ 'https://rpc-testnet.carrchain.io' ],
37832
+ faucets: [ 'https://faucet.carrchain.io' ],
37833
+ nativeCurrency: { name: 'CarrChain Coin', symbol: 'CARR', decimals: 18 },
37834
+ infoURL: 'https://carrchain.io',
37835
+ shortName: 'CarrChain-Testnet',
37836
+ chainId: 76672,
37837
+ networkId: 76672,
37838
+ icon: 'carrchain',
37839
+ explorers: [
37840
+ {
37841
+ name: 'tracehawk',
37842
+ url: 'https://testnet.carrscan.io',
37843
+ standard: 'none'
37844
+ }
37845
+ ]
37846
+ },
37689
37847
  {
37690
37848
  name: 'BORAchain mainnet',
37691
37849
  chain: 'BORA',
@@ -37749,22 +37907,17 @@ const chainArray = [
37749
37907
  ]
37750
37908
  },
37751
37909
  {
37752
- name: 'Carrchain Testnet',
37753
- chain: 'Carrchain Testnet',
37754
- rpc: [ 'https://rpc-testnetcarrchain.artiffine.com' ],
37755
- faucets: [ 'https://faucet-testnetcarrchain.artiffine.com' ],
37756
- nativeCurrency: { name: 'Carrchain Coin', symbol: 'CARR', decimals: 18 },
37757
- infoURL: 'https://explorer-testnetcarrchain.artiffine.com',
37758
- shortName: 'Carrchain-Testnet',
37910
+ name: 'CarrChain Testnet (Deprecated)',
37911
+ chain: 'CarrChain Testnet (Deprecated)',
37912
+ status: 'deprecated',
37913
+ rpc: [],
37914
+ faucets: [],
37915
+ nativeCurrency: { name: 'CarrChain Coin', symbol: 'CARR', decimals: 18 },
37916
+ infoURL: 'https://carrchain.io',
37917
+ shortName: 'Carrchain-Testnet-Deprecated',
37759
37918
  chainId: 77652,
37760
37919
  networkId: 77652,
37761
- explorers: [
37762
- {
37763
- name: 'tracehawk',
37764
- url: 'https://explorer-testnetcarrchain.artiffine.com',
37765
- standard: 'none'
37766
- }
37767
- ]
37920
+ explorers: []
37768
37921
  },
37769
37922
  {
37770
37923
  name: 'Cycle Network Mainnet Sailboat',
@@ -46711,16 +46864,28 @@ const chainArray = [
46711
46864
  },
46712
46865
  {
46713
46866
  name: '1Money Network Testnet',
46714
- chain: '1Money Testnet',
46715
- rpc: [ 'https://testnet.1money.network' ],
46716
- faucets: [],
46867
+ chain: '1MoneyNetwork',
46868
+ rpc: [
46869
+ 'https://rpc.testnet.1money.network',
46870
+ 'https://rpc1.testnet.1money.network',
46871
+ 'https://rpc2.testnet.1money.network',
46872
+ 'https://rpc3.testnet.1money.network'
46873
+ ],
46874
+ faucets: [ 'https://www.1moneynetwork.com/faucet' ],
46717
46875
  nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
46718
46876
  features: [ { name: 'EIP155' } ],
46719
- infoURL: 'https://1money.com',
46877
+ infoURL: 'https://www.1moneynetwork.com',
46720
46878
  shortName: '1money-testnet',
46879
+ icon: '1moneynetwork',
46721
46880
  chainId: 1212101,
46722
46881
  networkId: 1212101,
46723
- explorers: []
46882
+ explorers: [
46883
+ {
46884
+ name: '1Money Network Explorer',
46885
+ url: 'https://www.1moneynetwork.com/explorer?network=testnet',
46886
+ standard: 'EIP3091'
46887
+ }
46888
+ ]
46724
46889
  },
46725
46890
  {
46726
46891
  name: 'Sharecle Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.753",
3
+ "version": "0.0.755",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {