eth-chainlist 0.0.736 → 0.0.737

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.737 (2026-03-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.736 ([5fc01a5](https://github.com/poowf/eth-chainlist/commit/5fc01a5b6f45e4d00d41cadd744fd60dd7cf4e23))
9
+ * update chain data ([b892f19](https://github.com/poowf/eth-chainlist/commit/b892f19ff6d130957501cce6c20bdd46047b6808))
10
+
3
11
  ### 0.0.736 (2026-03-18)
4
12
 
5
13
 
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.736",
3
+ "version": "0.0.737",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {