eth-chainlist 0.0.467 → 0.0.468

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.468 (2024-08-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.467 ([d28236d](https://github.com/poowf/eth-chainlist/commit/d28236ddd802fa47fb627dfe8ab7d1fa4a2417b0))
9
+ * update chain data ([d093b5d](https://github.com/poowf/eth-chainlist/commit/d093b5db2f6f4e747465338a7673750280314c4f))
10
+
3
11
  ### 0.0.467 (2024-08-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4410,7 +4410,7 @@ const chainArray = [
4410
4410
  chain: 'SWAN',
4411
4411
  rpc: [ 'https://mainnet-rpc01.swanchain.io' ],
4412
4412
  faucets: [],
4413
- nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
4413
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4414
4414
  infoURL: 'https://swanchain.io/',
4415
4415
  shortName: 'Swan',
4416
4416
  chainId: 254,
@@ -17341,6 +17341,26 @@ const chainArray = [
17341
17341
  }
17342
17342
  ]
17343
17343
  },
17344
+ {
17345
+ name: 'Chang Chain Foundation Mainnet',
17346
+ chain: 'ChangChain',
17347
+ rpc: [ 'https://rpc.cthscan.com/' ],
17348
+ faucets: [],
17349
+ nativeCurrency: { name: 'Chang Coin Thailand', symbol: 'CTH', decimals: 18 },
17350
+ infoURL: 'https://changcoin.foundation/',
17351
+ shortName: 'ChangChain',
17352
+ chainId: 5858,
17353
+ networkId: 5858,
17354
+ icon: 'changchain',
17355
+ explorers: [
17356
+ {
17357
+ name: 'CTH Scan',
17358
+ url: 'https://cthscan.com',
17359
+ standard: 'EIP3091',
17360
+ icon: 'blockscout'
17361
+ }
17362
+ ]
17363
+ },
17344
17364
  {
17345
17365
  name: 'Wegochain Rubidium Mainnet',
17346
17366
  chain: 'RBD',
@@ -22518,6 +22538,24 @@ const chainArray = [
22518
22538
  ],
22519
22539
  parent: { type: 'L2', chain: 'eip155-248' }
22520
22540
  },
22541
+ {
22542
+ name: 'Cypherium Mainnet',
22543
+ chain: 'CPH',
22544
+ rpc: [ 'https://pubnodes.cypherium.io/rpc' ],
22545
+ faucets: [],
22546
+ nativeCurrency: { name: 'Cypherium', symbol: 'CPH', decimals: 18 },
22547
+ infoURL: 'https://www.cypherium.io/',
22548
+ shortName: 'cph',
22549
+ chainId: 16166,
22550
+ networkId: 16166,
22551
+ explorers: [
22552
+ {
22553
+ name: 'Testnet Block Explorer',
22554
+ url: 'https://cypherium.tryethernal.com',
22555
+ standard: 'EIP3091'
22556
+ }
22557
+ ]
22558
+ },
22521
22559
  {
22522
22560
  name: 'PLYR PHI',
22523
22561
  chain: 'PLYR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.467",
3
+ "version": "0.0.468",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {