eth-chainlist 0.0.456 → 0.0.457

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.457 (2024-08-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.456 ([5e033f1](https://github.com/poowf/eth-chainlist/commit/5e033f110742074527c3b5ffafb30dfdcca31fbb))
9
+ * update chain data ([a321e5c](https://github.com/poowf/eth-chainlist/commit/a321e5c66203c6826762bfafd708c9ee9a387f34))
10
+
3
11
  ### 0.0.456 (2024-08-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2734,14 +2734,21 @@ const chainArray = [
2734
2734
  name: 'HashKey Chain Testnet',
2735
2735
  title: 'HashKey Chain Testnet',
2736
2736
  chain: 'HashKey Chain Testnet',
2737
- rpc: [],
2737
+ rpc: [ 'https://hashkeychain-testnet.alt.technology' ],
2738
2738
  faucets: [],
2739
2739
  nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
2740
2740
  infoURL: 'https://hashkey.cloud',
2741
2741
  shortName: 'HSKT',
2742
2742
  chainId: 133,
2743
2743
  networkId: 133,
2744
- explorers: [],
2744
+ explorers: [
2745
+ {
2746
+ name: 'blockscout',
2747
+ url: 'https://hashkeychain-testnet-explorer.alt.technology',
2748
+ icon: 'blockscout',
2749
+ standard: 'EIP3091'
2750
+ }
2751
+ ],
2745
2752
  parent: { type: 'L2', chain: 'eip155-11155111' }
2746
2753
  },
2747
2754
  {
@@ -8523,16 +8530,13 @@ const chainArray = [
8523
8530
  parent: { type: 'L2', chain: 'eip155-1' }
8524
8531
  },
8525
8532
  {
8526
- name: 'Klaytn Testnet Baobab',
8527
- chain: 'KLAY',
8528
- rpc: [
8529
- 'https://public-en-baobab.klaytn.net',
8530
- 'https://api.baobab.klaytn.net:8651'
8531
- ],
8532
- faucets: [ 'https://baobab.wallet.klaytn.com/access?next=faucet' ],
8533
- nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
8534
- infoURL: 'https://klaytn.foundation',
8535
- shortName: 'Baobab',
8533
+ name: 'Kaia Testnet Kairos',
8534
+ chain: 'KAIA',
8535
+ rpc: [ 'https://public-en.kairos.node.kaia.io' ],
8536
+ faucets: [ 'https://faucet.kaia.io' ],
8537
+ nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
8538
+ infoURL: 'https://kaia.io/',
8539
+ shortName: 'kaia-kairos',
8536
8540
  chainId: 1001,
8537
8541
  networkId: 1001,
8538
8542
  slip44: 1,
@@ -18978,13 +18982,13 @@ const chainArray = [
18978
18982
  ]
18979
18983
  },
18980
18984
  {
18981
- name: 'Klaytn Mainnet Cypress',
18982
- chain: 'KLAY',
18985
+ name: 'Kaia Mainnet',
18986
+ chain: 'KAIA',
18983
18987
  rpc: [ 'https://public-en-cypress.klaytn.net' ],
18984
18988
  faucets: [],
18985
- nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
18986
- infoURL: 'https://klaytn.foundation',
18987
- shortName: 'Cypress',
18989
+ nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
18990
+ infoURL: 'https://kaia.io',
18991
+ shortName: 'kaia-mainnet',
18988
18992
  chainId: 8217,
18989
18993
  networkId: 8217,
18990
18994
  slip44: 8217,
@@ -19275,6 +19279,25 @@ const chainArray = [
19275
19279
  }
19276
19280
  ]
19277
19281
  },
19282
+ {
19283
+ name: 'Bullions Smart Chain',
19284
+ chain: 'Bullions',
19285
+ rpc: [ 'https://rpc.bullionsx.org' ],
19286
+ faucets: [],
19287
+ nativeCurrency: { name: 'Bullions', symbol: 'BLN', decimals: 18 },
19288
+ infoURL: 'https://www.bullionsx.io',
19289
+ shortName: 'bln',
19290
+ chainId: 8732,
19291
+ networkId: 8732,
19292
+ slip44: 8732,
19293
+ explorers: [
19294
+ {
19295
+ name: 'Bullionscan',
19296
+ url: 'https://bullionscan.org',
19297
+ standard: 'EIP3091'
19298
+ }
19299
+ ]
19300
+ },
19278
19301
  {
19279
19302
  name: 'Alph Network',
19280
19303
  chain: 'ALPH',
@@ -22851,12 +22874,12 @@ const chainArray = [
22851
22874
  {
22852
22875
  name: 'BlockX Mainnet',
22853
22876
  chain: 'blockx',
22854
- rpc: [],
22877
+ rpc: [ 'https://web3.blockxnet.com' ],
22855
22878
  faucets: [ 'https://ping.blockxnet.com/blockx/faucet' ],
22856
- nativeCurrency: { name: 'BCXT', symbol: 'BCXT', decimals: 18 },
22879
+ nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
22857
22880
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22858
22881
  infoURL: 'https://www.blockxnet.com/',
22859
- shortName: 'bcxt',
22882
+ shortName: 'bcx',
22860
22883
  chainId: 19191,
22861
22884
  networkId: 19191,
22862
22885
  explorers: [
@@ -27526,6 +27549,25 @@ const chainArray = [
27526
27549
  }
27527
27550
  ]
27528
27551
  },
27552
+ {
27553
+ name: 'Xprotocol Testnet',
27554
+ chainId: 83144,
27555
+ shortName: 'xprotocoltestnet',
27556
+ chain: 'Xprotocol Testnet',
27557
+ networkId: 83144,
27558
+ nativeCurrency: { name: 'KICK Testnet Token', symbol: 'KICK', decimals: 18 },
27559
+ rpc: [ 'https://rpc.testnet.xprotocol.org' ],
27560
+ faucets: [ 'https://xprotocol.org/faucets' ],
27561
+ explorers: [
27562
+ {
27563
+ name: 'Blockscout',
27564
+ url: 'https://explorer.testnet.xprotocol.org',
27565
+ standard: 'EIP3091'
27566
+ }
27567
+ ],
27568
+ parent: { type: 'L2', chain: 'eip155-84532' },
27569
+ infoURL: 'https://xprotocol.org/'
27570
+ },
27529
27571
  {
27530
27572
  name: 'ZEDXION',
27531
27573
  chain: 'ZEDXION',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.456",
3
+ "version": "0.0.457",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {