eth-chainlist 0.0.170 → 0.0.172

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.172 (2023-06-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.171 ([3735a86](https://github.com/poowf/eth-chainlist/commit/3735a862212ab160a3638c2fa1e5434123fa23b2))
9
+ * update chain data ([62c03a3](https://github.com/poowf/eth-chainlist/commit/62c03a3b0fcb660e6ac9b3dddde04f9f26c79829))
10
+
11
+ ### 0.0.171 (2023-06-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.170 ([e6abd40](https://github.com/poowf/eth-chainlist/commit/e6abd40ab9d67a13e3f621b3f1e8b91411383fdf))
17
+ * update chain data ([8ab0a5f](https://github.com/poowf/eth-chainlist/commit/8ab0a5f4e66fa7575f8d4df76d77fa1c76b25646))
18
+
3
19
  ### 0.0.170 (2023-06-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3489,12 +3489,10 @@ const chainArray = [
3489
3489
  shortName: 'ncnt',
3490
3490
  chainId: 303,
3491
3491
  networkId: 303,
3492
- icon: 'neurochain',
3493
3492
  explorers: [
3494
3493
  {
3495
3494
  name: 'neuroscan',
3496
3495
  url: 'https://testnet.ncnscan.com',
3497
- icon: 'neurochain',
3498
3496
  standard: 'EIP3091'
3499
3497
  }
3500
3498
  ]
@@ -3533,12 +3531,10 @@ const chainArray = [
3533
3531
  shortName: 'ncn',
3534
3532
  chainId: 313,
3535
3533
  networkId: 313,
3536
- icon: 'neurochain',
3537
3534
  explorers: [
3538
3535
  {
3539
3536
  name: 'neuroscan',
3540
3537
  url: 'https://ncnscan.com',
3541
- icon: 'neurochain',
3542
3538
  standard: 'EIP3091'
3543
3539
  }
3544
3540
  ]
@@ -4707,13 +4703,23 @@ const chainArray = [
4707
4703
  {
4708
4704
  name: 'Patex',
4709
4705
  chain: 'ETH',
4706
+ icon: 'patex',
4710
4707
  rpc: [ 'https://rpc.patex.io/' ],
4711
4708
  faucets: [],
4712
4709
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4710
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4713
4711
  infoURL: 'https://patex.io/',
4714
4712
  shortName: 'peth',
4715
4713
  chainId: 789,
4716
- networkId: 789
4714
+ networkId: 789,
4715
+ explorers: [
4716
+ {
4717
+ name: 'patexscan',
4718
+ url: 'https://patexscan.io',
4719
+ icon: 'patex',
4720
+ standard: 'EIP3091'
4721
+ }
4722
+ ]
4717
4723
  },
4718
4724
  {
4719
4725
  name: 'Lucid Blockchain',
@@ -6767,10 +6773,10 @@ const chainArray = [
6767
6773
  {
6768
6774
  name: 'Atheios',
6769
6775
  chain: 'ATH',
6770
- rpc: [ 'https://wallet.atheios.com:8797' ],
6776
+ rpc: [ 'https://rpc.atheios.org/' ],
6771
6777
  faucets: [],
6772
6778
  nativeCurrency: { name: 'Atheios Ether', symbol: 'ATH', decimals: 18 },
6773
- infoURL: 'https://atheios.com',
6779
+ infoURL: 'https://atheios.org',
6774
6780
  shortName: 'ath',
6775
6781
  chainId: 1620,
6776
6782
  networkId: 11235813,
@@ -6814,7 +6820,10 @@ const chainArray = [
6814
6820
  shortName: 'Gobi',
6815
6821
  chain: 'Gobi',
6816
6822
  icon: 'eon',
6817
- rpc: [ 'https://gobi-testnet.horizenlabs.io/ethv1' ],
6823
+ rpc: [
6824
+ 'https://gobi-testnet.horizenlabs.io/ethv1',
6825
+ 'https://rpc.ankr.com/horizen_testnet_evm'
6826
+ ],
6818
6827
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6819
6828
  faucets: [ 'https://faucet.horizen.io' ],
6820
6829
  nativeCurrency: { name: 'Testnet Zen', symbol: 'tZEN', decimals: 18 },
@@ -7870,7 +7879,6 @@ const chainArray = [
7870
7879
  {
7871
7880
  name: 'Metaplayerone Dubai Testnet',
7872
7881
  chain: 'MP1 Dubai-Testnet',
7873
- icon: 'meu',
7874
7882
  rpc: [ 'https://rpc-dubai.mp1network.com/' ],
7875
7883
  faucets: [],
7876
7884
  nativeCurrency: { name: 'Metaunit', symbol: 'MEU', decimals: 18 },
@@ -7882,7 +7890,6 @@ const chainArray = [
7882
7890
  {
7883
7891
  name: 'MP1Scan',
7884
7892
  url: 'https://dubai.mp1scan.io',
7885
- icon: 'meu',
7886
7893
  standard: 'EIP3091'
7887
7894
  }
7888
7895
  ]
@@ -11673,6 +11680,29 @@ const chainArray = [
11673
11680
  }
11674
11681
  ]
11675
11682
  },
11683
+ {
11684
+ name: 'BRC Chain Mainnet',
11685
+ chain: 'BRC',
11686
+ rpc: [ 'https://rpc.brcchain.io' ],
11687
+ faucets: [ 'https://faucet.brcchain.io' ],
11688
+ nativeCurrency: {
11689
+ name: 'BRC Chain mainnet native token',
11690
+ symbol: 'BRC',
11691
+ decimals: 18
11692
+ },
11693
+ infoURL: 'https://bridge.brcchain.io',
11694
+ shortName: 'BRC',
11695
+ chainId: 12123,
11696
+ networkId: 12123,
11697
+ icon: 'brcchain',
11698
+ explorers: [
11699
+ {
11700
+ name: 'BRC Chain Explorer',
11701
+ url: 'https://scan.brcchain.io',
11702
+ standard: 'EIP3091'
11703
+ }
11704
+ ]
11705
+ },
11676
11706
  {
11677
11707
  name: 'Fibonacci Mainnet',
11678
11708
  chain: 'FIBO',
@@ -16541,17 +16571,18 @@ const chainArray = [
16541
16571
  {
16542
16572
  name: 'Zora',
16543
16573
  chain: 'ETH',
16544
- rpc: [ 'https://rpc.zora.co/' ],
16574
+ rpc: [ 'https://rpc.zora.energy/' ],
16545
16575
  faucets: [],
16546
16576
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16547
- infoURL: 'https://zora.co',
16577
+ icon: 'zora',
16578
+ infoURL: 'https://zora.energy',
16548
16579
  shortName: 'zora',
16549
16580
  chainId: 7777777,
16550
16581
  networkId: 7777777,
16551
16582
  explorers: [
16552
16583
  {
16553
16584
  name: 'Zora Network Explorer',
16554
- url: 'https://explorer.zora.co',
16585
+ url: 'https://explorer.zora.energy',
16555
16586
  standard: 'EIP3091'
16556
16587
  }
16557
16588
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.170",
3
+ "version": "0.0.172",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {