eth-chainlist 0.0.578 → 0.0.580

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.580 (2025-01-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.579 ([12a44df](https://github.com/poowf/eth-chainlist/commit/12a44df2cefc4a0898d1067814fb6b9919fb40b2))
9
+ * update chain data ([0e3fb3d](https://github.com/poowf/eth-chainlist/commit/0e3fb3d47a8119e0373151851fe86c25c9c5b139))
10
+
11
+ ### 0.0.579 (2025-01-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.578 ([7077373](https://github.com/poowf/eth-chainlist/commit/7077373cb7b8ae1e1d27b774ae63e202f1771241))
17
+ * update chain data ([762d7b0](https://github.com/poowf/eth-chainlist/commit/762d7b0f0fb113d075842fef7523f2c6e3bb50ef))
18
+
3
19
  ### 0.0.578 (2025-01-05)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4472,8 +4472,8 @@ const chainArray = [
4472
4472
  name: 'Mind Network Mainnet',
4473
4473
  chain: 'FHE',
4474
4474
  rpc: [
4475
- 'https://rpc_mainnet.mindnetwork.xyz',
4476
- 'wss://rpc_mainnet.mindnetwork.xyz'
4475
+ 'https://rpc-mainnet.mindnetwork.xyz',
4476
+ 'wss://rpc-mainnet.mindnetwork.xyz'
4477
4477
  ],
4478
4478
  faucets: [],
4479
4479
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -16511,6 +16511,26 @@ const chainArray = [
16511
16511
  }
16512
16512
  ]
16513
16513
  },
16514
+ {
16515
+ name: 'BC Hyper Chain Mainnet',
16516
+ chain: 'BC Hyper Chain',
16517
+ rpc: [ 'https://mainapi.bchscan.io' ],
16518
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16519
+ faucets: [],
16520
+ nativeCurrency: { name: 'VERSATIZE COIN', symbol: 'VTCN', decimals: 18 },
16521
+ infoURL: 'https://www.versatizecoin.com/',
16522
+ shortName: 'BCHYPER',
16523
+ chainId: 3030,
16524
+ networkId: 3030,
16525
+ icon: 'bchyper',
16526
+ explorers: [
16527
+ {
16528
+ name: 'bcexplorer mainnet',
16529
+ url: 'https://mainnet.bchscan.io',
16530
+ standard: 'EIP3091'
16531
+ }
16532
+ ]
16533
+ },
16514
16534
  {
16515
16535
  name: 'Orlando Chain',
16516
16536
  chain: 'ORL',
@@ -24723,8 +24743,8 @@ const chainArray = [
24723
24743
  ]
24724
24744
  },
24725
24745
  {
24726
- name: 'Abstract Testnet',
24727
- chain: 'Abstract Testnet',
24746
+ name: 'Abstract Sepolia Testnet',
24747
+ chain: 'Abstract Sepolia Testnet',
24728
24748
  rpc: [ 'https://api.testnet.abs.xyz' ],
24729
24749
  faucets: [ 'https://faucet.triangleplatform.com/abstract/testnet' ],
24730
24750
  chainId: 11124,
@@ -24739,9 +24759,9 @@ const chainArray = [
24739
24759
  },
24740
24760
  explorers: [
24741
24761
  {
24742
- name: 'Abstract Block Explorer',
24743
- url: 'https://explorer.testnet.abs.xyz',
24744
- standard: 'none'
24762
+ name: 'Abstract Sepolia Testnet Explorer',
24763
+ url: 'https://sepolia.abscan.org',
24764
+ standard: 'EIP3091'
24745
24765
  }
24746
24766
  ]
24747
24767
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.578",
3
+ "version": "0.0.580",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {