eth-chainlist 0.0.169 → 0.0.171

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.171 (2023-06-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.170 ([e6abd40](https://github.com/poowf/eth-chainlist/commit/e6abd40ab9d67a13e3f621b3f1e8b91411383fdf))
9
+ * update chain data ([8ab0a5f](https://github.com/poowf/eth-chainlist/commit/8ab0a5f4e66fa7575f8d4df76d77fa1c76b25646))
10
+
11
+ ### 0.0.170 (2023-06-16)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.169 ([d8a80af](https://github.com/poowf/eth-chainlist/commit/d8a80afd2deef913854c8a5f424d350f1dc432df))
17
+ * update chain data ([d01eb91](https://github.com/poowf/eth-chainlist/commit/d01eb9101ceb6fdf0acf0b1df9f5d152b7672bd7))
18
+
3
19
  ### 0.0.169 (2023-06-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -1728,17 +1728,26 @@ const chainArray = [
1728
1728
  ]
1729
1729
  },
1730
1730
  {
1731
- name: 'CryptoKylin Testnet',
1732
- chain: 'EOS',
1733
- rpc: [ 'https://kylin.eosargentina.io' ],
1734
- faucets: [],
1735
- nativeCurrency: { name: 'EOS', symbol: 'EOS', decimals: 18 },
1736
- infoURL: 'https://www.cryptokylin.io/',
1737
- shortName: 'kylin',
1731
+ name: 'CamDL Mainnet',
1732
+ chain: 'CADL',
1733
+ rpc: [ 'https://rpc1.camdl.gov.kh/' ],
1734
+ faucets: [ 'https://faucet.camdl.gov.kh/' ],
1735
+ nativeCurrency: { name: 'CADL', symbol: 'CADL', decimals: 18 },
1736
+ features: [ { name: 'EIP155' } ],
1737
+ infoURL: 'https://camdl.gov.kh/',
1738
+ shortName: 'camdl',
1738
1739
  chainId: 95,
1739
1740
  networkId: 95,
1740
- explorers: [],
1741
- status: 'deprecated'
1741
+ redFlags: [ 'reusedChainId' ],
1742
+ icon: 'camdl',
1743
+ explorers: [
1744
+ {
1745
+ name: 'CamDL Block Explorer',
1746
+ url: 'https://explorer.camdl.gov.kh',
1747
+ standard: 'EIP3091'
1748
+ }
1749
+ ],
1750
+ status: 'active'
1742
1751
  },
1743
1752
  {
1744
1753
  name: 'Bitkub Chain',
@@ -3480,12 +3489,10 @@ const chainArray = [
3480
3489
  shortName: 'ncnt',
3481
3490
  chainId: 303,
3482
3491
  networkId: 303,
3483
- icon: 'neurochain',
3484
3492
  explorers: [
3485
3493
  {
3486
3494
  name: 'neuroscan',
3487
3495
  url: 'https://testnet.ncnscan.com',
3488
- icon: 'neurochain',
3489
3496
  standard: 'EIP3091'
3490
3497
  }
3491
3498
  ]
@@ -3524,12 +3531,10 @@ const chainArray = [
3524
3531
  shortName: 'ncn',
3525
3532
  chainId: 313,
3526
3533
  networkId: 313,
3527
- icon: 'neurochain',
3528
3534
  explorers: [
3529
3535
  {
3530
3536
  name: 'neuroscan',
3531
3537
  url: 'https://ncnscan.com',
3532
- icon: 'neurochain',
3533
3538
  standard: 'EIP3091'
3534
3539
  }
3535
3540
  ]
@@ -7861,7 +7866,6 @@ const chainArray = [
7861
7866
  {
7862
7867
  name: 'Metaplayerone Dubai Testnet',
7863
7868
  chain: 'MP1 Dubai-Testnet',
7864
- icon: 'meu',
7865
7869
  rpc: [ 'https://rpc-dubai.mp1network.com/' ],
7866
7870
  faucets: [],
7867
7871
  nativeCurrency: { name: 'Metaunit', symbol: 'MEU', decimals: 18 },
@@ -7873,7 +7877,6 @@ const chainArray = [
7873
7877
  {
7874
7878
  name: 'MP1Scan',
7875
7879
  url: 'https://dubai.mp1scan.io',
7876
- icon: 'meu',
7877
7880
  standard: 'EIP3091'
7878
7881
  }
7879
7882
  ]
@@ -13308,6 +13311,27 @@ const chainArray = [
13308
13311
  }
13309
13312
  ]
13310
13313
  },
13314
+ {
13315
+ name: 'Titan',
13316
+ chain: 'ETH',
13317
+ rpc: [
13318
+ 'https://rpc.titan.tokamak.network',
13319
+ 'wss://rpc.titan.tokamak.network/ws'
13320
+ ],
13321
+ faucets: [],
13322
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13323
+ infoURL: 'https://tokamak.network',
13324
+ shortName: 'teth',
13325
+ chainId: 55004,
13326
+ networkId: 55004,
13327
+ explorers: [
13328
+ {
13329
+ name: 'blockscout',
13330
+ url: 'https://explorer.titan.tokamak.network',
13331
+ standard: 'EIP3091'
13332
+ }
13333
+ ]
13334
+ },
13311
13335
  {
13312
13336
  name: 'REI Chain Mainnet',
13313
13337
  chain: 'REI',
@@ -16508,6 +16532,24 @@ const chainArray = [
16508
16532
  networkId: 7762959,
16509
16533
  slip44: 184
16510
16534
  },
16535
+ {
16536
+ name: 'Zora',
16537
+ chain: 'ETH',
16538
+ rpc: [ 'https://rpc.zora.co/' ],
16539
+ faucets: [],
16540
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16541
+ infoURL: 'https://zora.co',
16542
+ shortName: 'zora',
16543
+ chainId: 7777777,
16544
+ networkId: 7777777,
16545
+ explorers: [
16546
+ {
16547
+ name: 'Zora Network Explorer',
16548
+ url: 'https://explorer.zora.co',
16549
+ standard: 'EIP3091'
16550
+ }
16551
+ ]
16552
+ },
16511
16553
  {
16512
16554
  name: 'Plian Mainnet Subchain 1',
16513
16555
  chain: 'Plian',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.169",
3
+ "version": "0.0.171",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {