eth-chainlist 0.0.736 → 0.0.738

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 +167 -17
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.738 (2026-03-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.737 ([90c0906](https://github.com/poowf/eth-chainlist/commit/90c090663375b2f8650e67b85dafdc606f3948cd))
9
+ * update chain data ([ecb55a3](https://github.com/poowf/eth-chainlist/commit/ecb55a32bee742535ecc46e4ac107fa51b6442b4))
10
+
11
+ ### 0.0.737 (2026-03-19)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.736 ([5fc01a5](https://github.com/poowf/eth-chainlist/commit/5fc01a5b6f45e4d00d41cadd744fd60dd7cf4e23))
17
+ * update chain data ([b892f19](https://github.com/poowf/eth-chainlist/commit/b892f19ff6d130957501cce6c20bdd46047b6808))
18
+
3
19
  ### 0.0.736 (2026-03-18)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -21430,20 +21430,25 @@ const chainArray = [
21430
21430
  ]
21431
21431
  },
21432
21432
  {
21433
- name: 'Seismic devnet',
21433
+ name: 'Seismic Testnet',
21434
21434
  chain: 'Seismic',
21435
- rpc: [ 'https://node-2.seismicdev.net/rpc' ],
21436
- faucets: [ 'https://faucet-2.seismicdev.net/' ],
21435
+ rpc: [
21436
+ 'https://gcp-1.seismictest.net/rpc',
21437
+ 'https://gcp-2.seismictest.net/rpc',
21438
+ 'wss://gcp-1.seismictest.net/ws',
21439
+ 'wss://gcp-2.seismictest.net/ws'
21440
+ ],
21441
+ faucets: [ 'https://faucet.seismictest.net' ],
21437
21442
  nativeCurrency: { name: 'Seismic Ether', symbol: 'ETH', decimals: 18 },
21438
21443
  features: [ { name: 'EIP155' } ],
21439
21444
  infoURL: 'https://seismic.systems',
21440
- shortName: 'seismic-devnet',
21445
+ shortName: 'seismic-testnet',
21441
21446
  chainId: 5124,
21442
21447
  networkId: 5124,
21443
21448
  explorers: [
21444
21449
  {
21445
- name: 'Seismic Devnet Explorer',
21446
- url: 'https://explorer-2.seismicdev.net',
21450
+ name: 'Seismic Testnet Explorer',
21451
+ url: 'https://seismic-testnet.socialscan.io',
21447
21452
  standard: 'EIP3091'
21448
21453
  }
21449
21454
  ]
@@ -29454,9 +29459,10 @@ const chainArray = [
29454
29459
  shortName: 'cph',
29455
29460
  chainId: 16166,
29456
29461
  networkId: 16166,
29462
+ icon: 'Cypherium',
29457
29463
  explorers: [
29458
29464
  {
29459
- name: 'Testnet Block Explorer',
29465
+ name: 'Cypherium Explorer (Ethernal)',
29460
29466
  url: 'https://cypherium.tryethernal.com',
29461
29467
  standard: 'EIP3091'
29462
29468
  }
@@ -31398,6 +31404,50 @@ const chainArray = [
31398
31404
  }
31399
31405
  ]
31400
31406
  },
31407
+ {
31408
+ name: 'Integra',
31409
+ chain: 'Integra',
31410
+ rpc: [ 'https://evm.integralayer.com' ],
31411
+ faucets: [],
31412
+ nativeCurrency: { name: 'Integra', symbol: 'IRL', decimals: 18 },
31413
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31414
+ infoURL: 'https://integralayer.com',
31415
+ shortName: 'integra',
31416
+ chainId: 26217,
31417
+ networkId: 26217,
31418
+ explorers: [
31419
+ {
31420
+ name: 'Integra Explorer',
31421
+ url: 'https://scan.integralayer.com',
31422
+ standard: 'EIP3091'
31423
+ },
31424
+ {
31425
+ name: 'Integra Blockscout',
31426
+ url: 'https://blockscout.integralayer.com',
31427
+ standard: 'EIP3091'
31428
+ }
31429
+ ]
31430
+ },
31431
+ {
31432
+ name: 'Integra Testnet Ormos',
31433
+ chain: 'Integra',
31434
+ rpc: [ 'https://ormos.integralayer.com/rpc' ],
31435
+ faucets: [],
31436
+ nativeCurrency: { name: 'Integra', symbol: 'IRL', decimals: 18 },
31437
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31438
+ infoURL: 'https://integralayer.com',
31439
+ shortName: 'integra-testnet',
31440
+ chainId: 26218,
31441
+ networkId: 26218,
31442
+ slip44: 1,
31443
+ explorers: [
31444
+ {
31445
+ name: 'Integra Testnet Blockscout',
31446
+ url: 'https://testnet.blockscout.integralayer.com',
31447
+ standard: 'EIP3091'
31448
+ }
31449
+ ]
31450
+ },
31401
31451
  {
31402
31452
  name: 'DucatusX Testnet',
31403
31453
  chain: 'DUCX',
@@ -40956,6 +41006,19 @@ const chainArray = [
40956
41006
  }
40957
41007
  ]
40958
41008
  },
41009
+ {
41010
+ name: 'mfenx',
41011
+ chain: 'MFENX',
41012
+ rpc: [ 'https://indexer.mfenx.com/rpc' ],
41013
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
41014
+ faucets: [],
41015
+ nativeCurrency: { name: 'JULIAN', symbol: 'JULIAN', decimals: 18 },
41016
+ infoURL: 'https://mfenx.com/power-house',
41017
+ shortName: 'mfenx',
41018
+ chainId: 177155,
41019
+ networkId: 177155,
41020
+ status: 'active'
41021
+ },
40959
41022
  {
40960
41023
  name: 'Transparency Solution',
40961
41024
  chain: 'CLT',
@@ -49735,17 +49798,77 @@ const chainArray = [
49735
49798
  ]
49736
49799
  },
49737
49800
  {
49738
- name: 'Asset Hub',
49801
+ name: 'Polkadot Testnet',
49802
+ chain: 'PAS',
49803
+ icon: 'polkadot-testnet',
49804
+ rpc: [
49805
+ 'https://services.polkadothub-rpc.com/testnet',
49806
+ 'wss://services.polkadothub-rpc.com/testnet',
49807
+ 'https://eth-rpc-testnet.polkadot.io',
49808
+ 'wss://eth-rpc-testnet.polkadot.io'
49809
+ ],
49810
+ faucets: [ 'https://faucet.polkadot.io/' ],
49811
+ nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
49812
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
49813
+ infoURL: 'https://polkadot.com',
49814
+ shortName: 'pas',
49815
+ chainId: 420420417,
49816
+ networkId: 420420417,
49817
+ explorers: [
49818
+ {
49819
+ name: 'blockscout',
49820
+ url: 'https://blockscout-testnet.polkadot.io',
49821
+ standard: 'EIP3091'
49822
+ }
49823
+ ]
49824
+ },
49825
+ {
49826
+ name: 'Kusama',
49827
+ chain: 'KSM',
49828
+ icon: 'kusama',
49829
+ rpc: [
49830
+ 'https://eth-rpc-kusama.polkadot.io',
49831
+ 'wss://eth-rpc-kusama.polkadot.io'
49832
+ ],
49833
+ faucets: [],
49834
+ nativeCurrency: { name: 'KSM', symbol: 'KSM', decimals: 18 },
49835
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
49836
+ infoURL: 'https://polkadot.com',
49837
+ shortName: 'ksm',
49838
+ chainId: 420420418,
49839
+ networkId: 420420418,
49840
+ explorers: [
49841
+ {
49842
+ name: 'blockscout',
49843
+ url: 'https://blockscout-kusama.polkadot.io',
49844
+ standard: 'EIP3091'
49845
+ }
49846
+ ]
49847
+ },
49848
+ {
49849
+ name: 'Polkadot',
49739
49850
  chain: 'DOT',
49740
- rpc: [ 'https://asset-hub-eth-rpc.polkadot.io' ],
49851
+ icon: 'polkadot',
49852
+ rpc: [
49853
+ 'https://services.polkadothub-rpc.com/mainnet',
49854
+ 'wss://services.polkadothub-rpc.com/mainnet',
49855
+ 'https://eth-rpc.polkadot.io',
49856
+ 'wss://eth-rpc.polkadot.io'
49857
+ ],
49741
49858
  faucets: [],
49742
49859
  nativeCurrency: { name: 'DOT', symbol: 'DOT', decimals: 18 },
49743
49860
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
49744
- infoURL: 'https://polkadot.network',
49745
- shortName: 'AH',
49861
+ infoURL: 'https://polkadot.com',
49862
+ shortName: 'dot',
49746
49863
  chainId: 420420419,
49747
49864
  networkId: 420420419,
49748
- explorers: []
49865
+ explorers: [
49866
+ {
49867
+ name: 'blockscout',
49868
+ url: 'https://blockscout.polkadot.io',
49869
+ standard: 'EIP3091'
49870
+ }
49871
+ ]
49749
49872
  },
49750
49873
  {
49751
49874
  name: 'Westend Asset Hub',
@@ -49762,20 +49885,21 @@ const chainArray = [
49762
49885
  {
49763
49886
  name: 'subscan',
49764
49887
  icon: 'subscan',
49765
- url: 'https://westend-asset-hub-eth-explorer.parity.io',
49766
- standard: 'EIP3091'
49888
+ url: 'https://assethub-westend.subscan.io',
49889
+ standard: 'none'
49767
49890
  }
49768
49891
  ]
49769
49892
  },
49770
49893
  {
49771
49894
  name: 'Paseo PassetHub',
49895
+ status: 'deprecated',
49772
49896
  chain: 'PAS',
49773
- rpc: [ 'https://testnet-passet-hub-eth-rpc.polkadot.io' ],
49774
- faucets: [ 'https://faucet.polkadot.io/?parachain=1111' ],
49897
+ rpc: [],
49898
+ faucets: [],
49775
49899
  nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
49776
49900
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
49777
49901
  infoURL: 'https://polkadot.network',
49778
- shortName: 'pas',
49902
+ shortName: 'pash',
49779
49903
  chainId: 420420422,
49780
49904
  networkId: 420420422
49781
49905
  },
@@ -49956,6 +50080,32 @@ const chainArray = [
49956
50080
  }
49957
50081
  ]
49958
50082
  },
50083
+ {
50084
+ name: 'Tau Testnet',
50085
+ chain: 'Tau',
50086
+ rpc: [ 'https://rpc.tau.gateway.fm' ],
50087
+ faucets: [ 'https://faucet.tau.gateway.fm' ],
50088
+ nativeCurrency: { name: 'TAU', symbol: 'TAU', decimals: 18 },
50089
+ features: [ { name: 'EIP155' } ],
50090
+ infoURL: 'https://presto.gateway.fm/rollups/8bd8406f-a64f-484f-b299-046dd5f24a0f',
50091
+ shortName: 'tau-testnet',
50092
+ chainId: 737998412,
50093
+ networkId: 737998412,
50094
+ icon: 'tau',
50095
+ explorers: [
50096
+ {
50097
+ name: 'BlockScout',
50098
+ url: 'https://explorer.tau.gateway.fm',
50099
+ icon: 'tau',
50100
+ standard: 'EIP3091'
50101
+ }
50102
+ ],
50103
+ parent: {
50104
+ type: 'L2',
50105
+ chain: 'eip155-11155111',
50106
+ bridges: [ { url: 'https://bridge.tau.gateway.fm' } ]
50107
+ }
50108
+ },
49959
50109
  {
49960
50110
  name: 'Ancient8',
49961
50111
  chain: 'Ancient8',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.736",
3
+ "version": "0.0.738",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {