eth-chainlist 0.0.235 → 0.0.236

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.236 (2023-09-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.235 ([8bebc29](https://github.com/poowf/eth-chainlist/commit/8bebc29296b4e00eca7666ed3f925df6cab8d21d))
9
+ * update chain data ([15900c0](https://github.com/poowf/eth-chainlist/commit/15900c0011329efa94ad293b80643a17630f89d7))
10
+
3
11
  ### 0.0.235 (2023-09-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4493,9 +4493,9 @@ const chainArray = [
4493
4493
  icon: 'areon',
4494
4494
  rpc: [ 'https://testnet-rpc.areon.network' ],
4495
4495
  faucets: [],
4496
- nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
4496
+ nativeCurrency: { name: 'Areon', symbol: 'TAREA', decimals: 18 },
4497
4497
  infoURL: 'https://areon.network',
4498
- shortName: 'area',
4498
+ shortName: 'tarea',
4499
4499
  chainId: 462,
4500
4500
  networkId: 462,
4501
4501
  explorers: [
@@ -6592,7 +6592,7 @@ const chainArray = [
6592
6592
  faucets: [],
6593
6593
  nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
6594
6594
  infoURL: 'https://blx.org',
6595
- shortName: 'blxq',
6595
+ shortName: 'tblxq',
6596
6596
  chainId: 1107,
6597
6597
  networkId: 1107,
6598
6598
  explorers: [
@@ -6604,6 +6604,26 @@ const chainArray = [
6604
6604
  }
6605
6605
  ]
6606
6606
  },
6607
+ {
6608
+ name: 'BLXq Mainnet',
6609
+ chain: 'BLXQ',
6610
+ icon: 'blxq',
6611
+ rpc: [ 'https://mainnet.blxq.org' ],
6612
+ faucets: [],
6613
+ nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
6614
+ infoURL: 'https://blx.org',
6615
+ shortName: 'blxq',
6616
+ chainId: 1108,
6617
+ networkId: 1108,
6618
+ explorers: [
6619
+ {
6620
+ name: 'BLXq Explorer',
6621
+ url: 'https://explorer.blxq.org',
6622
+ icon: 'blxq',
6623
+ standard: 'EIP3091'
6624
+ }
6625
+ ]
6626
+ },
6607
6627
  {
6608
6628
  name: 'WEMIX3.0 Mainnet',
6609
6629
  chain: 'WEMIX',
@@ -15404,8 +15424,8 @@ const chainArray = [
15404
15424
  infoURL: 'https://docs.celo.org/',
15405
15425
  explorers: [
15406
15426
  {
15407
- name: 'Celoscan',
15408
- url: 'https://celoscan.io',
15427
+ name: 'Alfajoresscan',
15428
+ url: 'https://alfajores.celoscan.io',
15409
15429
  standard: 'EIP3091'
15410
15430
  }
15411
15431
  ]
@@ -17639,6 +17659,26 @@ const chainArray = [
17639
17659
  }
17640
17660
  ]
17641
17661
  },
17662
+ {
17663
+ name: 'Taiko Jolnir L2',
17664
+ chain: 'ETH',
17665
+ status: 'incubating',
17666
+ icon: 'taiko',
17667
+ rpc: [ 'https://rpc.jolnir.taiko.xyz' ],
17668
+ faucets: [],
17669
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17670
+ infoURL: 'https://taiko.xyz',
17671
+ shortName: 'tko-jolnir',
17672
+ chainId: 167007,
17673
+ networkId: 167007,
17674
+ explorers: [
17675
+ {
17676
+ name: 'blockscout',
17677
+ url: 'https://explorer.jolnir.taiko.xyz',
17678
+ standard: 'EIP3091'
17679
+ }
17680
+ ]
17681
+ },
17642
17682
  {
17643
17683
  name: 'Condor Test Network',
17644
17684
  chain: 'CONDOR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.235",
3
+ "version": "0.0.236",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {