eth-chainlist 0.0.466 → 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,21 @@
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
+
11
+ ### 0.0.467 (2024-08-16)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.466 ([02f0b57](https://github.com/poowf/eth-chainlist/commit/02f0b571b916c59a946bb824288d62580c0e5200))
17
+ * update chain data ([d4c845b](https://github.com/poowf/eth-chainlist/commit/d4c845b63d6533e7b9c1e78d49ebfe9df841da0f))
18
+
3
19
  ### 0.0.466 (2024-08-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3275,7 +3275,7 @@ const chainArray = [
3275
3275
  name: 'Omni Omega',
3276
3276
  chain: 'Omni',
3277
3277
  status: 'active',
3278
- rpc: [ 'https://omega.omni.network' ],
3278
+ rpc: [ 'https://omega.omni.network', 'wss://wss.omega.omni.network' ],
3279
3279
  features: [ { name: 'EIP155' } ],
3280
3280
  faucets: [],
3281
3281
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
@@ -3868,6 +3868,23 @@ const chainArray = [
3868
3868
  }
3869
3869
  ]
3870
3870
  },
3871
+ {
3872
+ name: 'EKAASH',
3873
+ chain: 'EKAASH',
3874
+ rpc: [ 'https://mainnet.ekaash.biz' ],
3875
+ faucets: [],
3876
+ nativeCurrency: {
3877
+ name: 'Global Mobile Money Gateway',
3878
+ symbol: '$EKH',
3879
+ decimals: 18
3880
+ },
3881
+ infoURL: 'https://ekaash.biz',
3882
+ shortName: 'ekaash',
3883
+ chainId: 205,
3884
+ networkId: 205,
3885
+ slip44: 1,
3886
+ explorers: []
3887
+ },
3871
3888
  {
3872
3889
  name: 'VinuChain Testnet',
3873
3890
  chain: 'VinuChain Testnet',
@@ -4393,7 +4410,7 @@ const chainArray = [
4393
4410
  chain: 'SWAN',
4394
4411
  rpc: [ 'https://mainnet-rpc01.swanchain.io' ],
4395
4412
  faucets: [],
4396
- nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
4413
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4397
4414
  infoURL: 'https://swanchain.io/',
4398
4415
  shortName: 'Swan',
4399
4416
  chainId: 254,
@@ -17324,6 +17341,26 @@ const chainArray = [
17324
17341
  }
17325
17342
  ]
17326
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
+ },
17327
17364
  {
17328
17365
  name: 'Wegochain Rubidium Mainnet',
17329
17366
  chain: 'RBD',
@@ -22501,6 +22538,24 @@ const chainArray = [
22501
22538
  ],
22502
22539
  parent: { type: 'L2', chain: 'eip155-248' }
22503
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
+ },
22504
22559
  {
22505
22560
  name: 'PLYR PHI',
22506
22561
  chain: 'PLYR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.466",
3
+ "version": "0.0.468",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {