eth-chainlist 0.0.752 → 0.0.754

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 +129 -15
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.754 (2026-04-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.753 ([e1b57fa](https://github.com/poowf/eth-chainlist/commit/e1b57fa2530dc6f7f914b3a1a57d8e2627c7b7e9))
9
+ * update chain data ([126030d](https://github.com/poowf/eth-chainlist/commit/126030dafe18186e8c44c1ce44b49b7fe1684c4d))
10
+
11
+ ### 0.0.753 (2026-04-08)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.752 ([f58831e](https://github.com/poowf/eth-chainlist/commit/f58831ee15e314a2d16fc350db2764983dfe56bf))
17
+ * update chain data ([16cc9a9](https://github.com/poowf/eth-chainlist/commit/16cc9a9fc78d6720f64b413ac365053265532a24))
18
+
3
19
  ### 0.0.752 (2026-04-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7036,7 +7036,7 @@ const chainArray = [
7036
7036
  {
7037
7037
  name: 'Areum Network Mainnet',
7038
7038
  chain: 'Areum',
7039
- icon: 'areon',
7039
+ icon: 'areum',
7040
7040
  rpc: [
7041
7041
  'https://mainnet-rpc.areum.network',
7042
7042
  'https://mainnet-rpc2.areum.network',
@@ -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',
@@ -12769,8 +12790,8 @@ const chainArray = [
12769
12790
  icon: 'sei',
12770
12791
  explorers: [
12771
12792
  {
12772
- name: 'Seitrace',
12773
- url: 'https://seitrace.com',
12793
+ name: 'Seiscan',
12794
+ url: 'https://testnet.seiscan.io',
12774
12795
  standard: 'EIP3091'
12775
12796
  }
12776
12797
  ]
@@ -12786,11 +12807,11 @@ const chainArray = [
12786
12807
  chainId: 1329,
12787
12808
  networkId: 1329,
12788
12809
  slip44: 19000118,
12789
- icon: 'seiv2',
12810
+ icon: 'sei',
12790
12811
  explorers: [
12791
12812
  {
12792
- name: 'Seitrace',
12793
- url: 'https://seitrace.com',
12813
+ name: 'Seiscan',
12814
+ url: 'https://seiscan.io',
12794
12815
  standard: 'EIP3091'
12795
12816
  }
12796
12817
  ]
@@ -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',
@@ -24762,6 +24837,20 @@ const chainArray = [
24762
24837
  }
24763
24838
  ]
24764
24839
  },
24840
+ {
24841
+ name: 'Peeryn',
24842
+ chain: 'PYN',
24843
+ rpc: [],
24844
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24845
+ faucets: [],
24846
+ nativeCurrency: { name: 'Peeryn', symbol: 'PYN', decimals: 18 },
24847
+ infoURL: 'https://peeryn.com',
24848
+ shortName: 'pyn',
24849
+ chainId: 7991,
24850
+ networkId: 7991,
24851
+ status: 'incubating',
24852
+ explorers: []
24853
+ },
24765
24854
  {
24766
24855
  name: 'Teleport',
24767
24856
  chain: 'Teleport',
@@ -31185,16 +31274,28 @@ const chainArray = [
31185
31274
  },
31186
31275
  {
31187
31276
  name: '1Money Network Mainnet',
31188
- chain: '1Money Network',
31189
- rpc: [ 'https://mainnet.1money.network' ],
31277
+ chain: '1MoneyNetwork',
31278
+ rpc: [
31279
+ 'https://rpc.mainnet.1money.network',
31280
+ 'https://rpc1.mainnet.1money.network',
31281
+ 'https://rpc2.mainnet.1money.network',
31282
+ 'https://rpc3.mainnet.1money.network'
31283
+ ],
31190
31284
  faucets: [],
31191
31285
  nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
31192
31286
  features: [ { name: 'EIP155' } ],
31193
- infoURL: 'https://1money.com',
31287
+ infoURL: 'https://www.1moneynetwork.com',
31194
31288
  shortName: '1money',
31289
+ icon: '1moneynetwork',
31195
31290
  chainId: 21210,
31196
31291
  networkId: 21210,
31197
- explorers: []
31292
+ explorers: [
31293
+ {
31294
+ name: '1Money Network Explorer',
31295
+ url: 'https://www.1moneynetwork.com/explorer',
31296
+ standard: 'EIP3091'
31297
+ }
31298
+ ]
31198
31299
  },
31199
31300
  {
31200
31301
  name: 'DCpay Mainnet',
@@ -45280,6 +45381,7 @@ const chainArray = [
45280
45381
  chainId: 713715,
45281
45382
  networkId: 713715,
45282
45383
  icon: 'sei',
45384
+ status: 'deprecated',
45283
45385
  explorers: [
45284
45386
  {
45285
45387
  name: 'Seistream',
@@ -46696,16 +46798,28 @@ const chainArray = [
46696
46798
  },
46697
46799
  {
46698
46800
  name: '1Money Network Testnet',
46699
- chain: '1Money Testnet',
46700
- rpc: [ 'https://testnet.1money.network' ],
46701
- faucets: [],
46801
+ chain: '1MoneyNetwork',
46802
+ rpc: [
46803
+ 'https://rpc.testnet.1money.network',
46804
+ 'https://rpc1.testnet.1money.network',
46805
+ 'https://rpc2.testnet.1money.network',
46806
+ 'https://rpc3.testnet.1money.network'
46807
+ ],
46808
+ faucets: [ 'https://www.1moneynetwork.com/faucet' ],
46702
46809
  nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
46703
46810
  features: [ { name: 'EIP155' } ],
46704
- infoURL: 'https://1money.com',
46811
+ infoURL: 'https://www.1moneynetwork.com',
46705
46812
  shortName: '1money-testnet',
46813
+ icon: '1moneynetwork',
46706
46814
  chainId: 1212101,
46707
46815
  networkId: 1212101,
46708
- explorers: []
46816
+ explorers: [
46817
+ {
46818
+ name: '1Money Network Explorer',
46819
+ url: 'https://www.1moneynetwork.com/explorer?network=testnet',
46820
+ standard: 'EIP3091'
46821
+ }
46822
+ ]
46709
46823
  },
46710
46824
  {
46711
46825
  name: 'Sharecle Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.752",
3
+ "version": "0.0.754",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {