eth-chainlist 0.0.467 → 0.0.469

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.469 (2024-08-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.468 ([fe81a7e](https://github.com/poowf/eth-chainlist/commit/fe81a7e8fce1184e407ad58cdeaf0f904a7e61e5))
9
+ * update chain data ([1995cd6](https://github.com/poowf/eth-chainlist/commit/1995cd6738f011f432262a25e3b4328a8377696f))
10
+
11
+ ### 0.0.468 (2024-08-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.467 ([d28236d](https://github.com/poowf/eth-chainlist/commit/d28236ddd802fa47fb627dfe8ab7d1fa4a2417b0))
17
+ * update chain data ([d093b5d](https://github.com/poowf/eth-chainlist/commit/d093b5db2f6f4e747465338a7673750280314c4f))
18
+
3
19
  ### 0.0.467 (2024-08-16)
4
20
 
5
21
 
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',
@@ -26085,7 +26123,7 @@ const chainArray = [
26085
26123
  icon: 'toronet',
26086
26124
  rpc: [ 'http://testnet.toronet.org/rpc' ],
26087
26125
  faucets: [],
26088
- nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
26126
+ nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
26089
26127
  infoURL: 'https://toronet.org',
26090
26128
  shortName: 'ToronetTestnet',
26091
26129
  chainId: 54321,
@@ -27557,9 +27595,9 @@ const chainArray = [
27557
27595
  name: 'Toronet Mainnet',
27558
27596
  chain: 'Toronet',
27559
27597
  icon: 'toronet',
27560
- rpc: [ 'http://toronet.org/rpc' ],
27598
+ rpc: [ 'https://www.toronet.org/rpc2/' ],
27561
27599
  faucets: [],
27562
- nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
27600
+ nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
27563
27601
  infoURL: 'https://toronet.org',
27564
27602
  shortName: 'Toronet',
27565
27603
  chainId: 77777,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.467",
3
+ "version": "0.0.469",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {