eth-chainlist 0.0.456 → 0.0.458

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +130 -26
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.458 (2024-08-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.457 ([da1d24c](https://github.com/poowf/eth-chainlist/commit/da1d24cef1f551007bfa516588597f2cc224e5d5))
9
+ * update chain data ([61e54b3](https://github.com/poowf/eth-chainlist/commit/61e54b3b2963aa6c09bf06b2284c5510c73f98b4))
10
+
11
+ ### 0.0.457 (2024-08-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.456 ([5e033f1](https://github.com/poowf/eth-chainlist/commit/5e033f110742074527c3b5ffafb30dfdcca31fbb))
17
+ * update chain data ([a321e5c](https://github.com/poowf/eth-chainlist/commit/a321e5c66203c6826762bfafd708c9ee9a387f34))
18
+
3
19
  ### 0.0.456 (2024-08-03)
4
20
 
5
21
 
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,
@@ -12291,11 +12295,11 @@ const chainArray = [
12291
12295
  networkId: 1
12292
12296
  },
12293
12297
  {
12294
- name: 'NOW Chain',
12298
+ name: 'NOW Chain Testnet',
12295
12299
  chain: 'NOW',
12296
12300
  icon: 'nowchain',
12297
- rpc: [ 'https://rpc.nowscan.io' ],
12298
- faucets: [],
12301
+ rpc: [ 'https://rpc-testnet.nowscan.io' ],
12302
+ faucets: [ 'https://faucet.nowchain.co' ],
12299
12303
  nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
12300
12304
  infoURL: 'https://nowchain.co',
12301
12305
  shortName: 'now',
@@ -12304,7 +12308,7 @@ const chainArray = [
12304
12308
  explorers: [
12305
12309
  {
12306
12310
  name: 'nowscan',
12307
- url: 'https://nowscan.io',
12311
+ url: 'https://testnet.nowscan.io',
12308
12312
  standard: 'EIP3091'
12309
12313
  }
12310
12314
  ]
@@ -14276,6 +14280,19 @@ const chainArray = [
14276
14280
  bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
14277
14281
  }
14278
14282
  },
14283
+ {
14284
+ name: 'Chips Network',
14285
+ chain: 'CHIPS',
14286
+ rpc: [
14287
+ 'https://node.chips.ooo/wasp/api/v1/chains/iota1pp3d3mnap3ufmgqnjsnw344sqmf5svjh26y2khnmc89sv6788y3r207a8fn/evm'
14288
+ ],
14289
+ faucets: [],
14290
+ nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
14291
+ infoURL: 'https://www.chips.ooo',
14292
+ shortName: 'chips',
14293
+ chainId: 2882,
14294
+ networkId: 2882
14295
+ },
14279
14296
  {
14280
14297
  name: 'Boba Network Goerli Testnet',
14281
14298
  chain: 'ETH',
@@ -18978,13 +18995,13 @@ const chainArray = [
18978
18995
  ]
18979
18996
  },
18980
18997
  {
18981
- name: 'Klaytn Mainnet Cypress',
18982
- chain: 'KLAY',
18998
+ name: 'Kaia Mainnet',
18999
+ chain: 'KAIA',
18983
19000
  rpc: [ 'https://public-en-cypress.klaytn.net' ],
18984
19001
  faucets: [],
18985
- nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
18986
- infoURL: 'https://klaytn.foundation',
18987
- shortName: 'Cypress',
19002
+ nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
19003
+ infoURL: 'https://kaia.io',
19004
+ shortName: 'kaia-mainnet',
18988
19005
  chainId: 8217,
18989
19006
  networkId: 8217,
18990
19007
  slip44: 8217,
@@ -19275,6 +19292,25 @@ const chainArray = [
19275
19292
  }
19276
19293
  ]
19277
19294
  },
19295
+ {
19296
+ name: 'Bullions Smart Chain',
19297
+ chain: 'Bullions',
19298
+ rpc: [ 'https://rpc.bullionsx.org' ],
19299
+ faucets: [],
19300
+ nativeCurrency: { name: 'Bullions', symbol: 'BLN', decimals: 18 },
19301
+ infoURL: 'https://www.bullionsx.io',
19302
+ shortName: 'bln',
19303
+ chainId: 8732,
19304
+ networkId: 8732,
19305
+ slip44: 8732,
19306
+ explorers: [
19307
+ {
19308
+ name: 'Bullionscan',
19309
+ url: 'https://bullionscan.org',
19310
+ standard: 'EIP3091'
19311
+ }
19312
+ ]
19313
+ },
19278
19314
  {
19279
19315
  name: 'Alph Network',
19280
19316
  chain: 'ALPH',
@@ -20654,15 +20690,20 @@ const chainArray = [
20654
20690
  faucets: [],
20655
20691
  nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
20656
20692
  features: [],
20657
- infoURL: 'https://www.blockxnet.com/',
20693
+ infoURL: 'https://metanovaverse.com/',
20658
20694
  shortName: 'mnv',
20659
20695
  chainId: 10096,
20660
20696
  networkId: 10096,
20661
20697
  explorers: [
20662
20698
  {
20663
20699
  name: 'Blockscout',
20664
- url: 'https://explorer.blockxnet.com',
20700
+ url: 'https://explorer.metanovaverse.com',
20665
20701
  standard: 'EIP3091'
20702
+ },
20703
+ {
20704
+ name: 'Cosmos Explorer (Ping)',
20705
+ url: 'https://ping.metanovaverse.com/metanovaverse',
20706
+ standard: 'none'
20666
20707
  }
20667
20708
  ]
20668
20709
  },
@@ -22851,12 +22892,12 @@ const chainArray = [
22851
22892
  {
22852
22893
  name: 'BlockX Mainnet',
22853
22894
  chain: 'blockx',
22854
- rpc: [],
22895
+ rpc: [ 'https://web3.blockxnet.com' ],
22855
22896
  faucets: [ 'https://ping.blockxnet.com/blockx/faucet' ],
22856
- nativeCurrency: { name: 'BCXT', symbol: 'BCXT', decimals: 18 },
22897
+ nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
22857
22898
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
22858
22899
  infoURL: 'https://www.blockxnet.com/',
22859
- shortName: 'bcxt',
22900
+ shortName: 'bcx',
22860
22901
  chainId: 19191,
22861
22902
  networkId: 19191,
22862
22903
  explorers: [
@@ -24401,6 +24442,27 @@ const chainArray = [
24401
24442
  }
24402
24443
  ]
24403
24444
  },
24445
+ {
24446
+ name: 'SlingShot',
24447
+ chain: 'SLING',
24448
+ rpc: [ 'https://rpc.slingshotdao.com' ],
24449
+ faucets: [],
24450
+ nativeCurrency: { name: 'Sling', symbol: 'SLING', decimals: 18 },
24451
+ features: [ { name: 'EIP155' } ],
24452
+ infoURL: 'https://slingshotdao.com',
24453
+ shortName: 'slingshot',
24454
+ chainId: 33401,
24455
+ networkId: 33401,
24456
+ icon: 'slingshot',
24457
+ explorers: [
24458
+ {
24459
+ name: 'SlingShot Explorer',
24460
+ url: 'https://explore.slingshotdao.com',
24461
+ icon: 'slingshot',
24462
+ standard: 'EIP3091'
24463
+ }
24464
+ ]
24465
+ },
24404
24466
  {
24405
24467
  name: 'Zilliqa-2 EVM Devnet',
24406
24468
  chain: 'ZIL',
@@ -27526,6 +27588,25 @@ const chainArray = [
27526
27588
  }
27527
27589
  ]
27528
27590
  },
27591
+ {
27592
+ name: 'Xprotocol Testnet',
27593
+ chainId: 83144,
27594
+ shortName: 'xprotocoltestnet',
27595
+ chain: 'Xprotocol Testnet',
27596
+ networkId: 83144,
27597
+ nativeCurrency: { name: 'KICK Testnet Token', symbol: 'KICK', decimals: 18 },
27598
+ rpc: [ 'https://rpc.testnet.xprotocol.org' ],
27599
+ faucets: [ 'https://xprotocol.org/faucets' ],
27600
+ explorers: [
27601
+ {
27602
+ name: 'Blockscout',
27603
+ url: 'https://explorer.testnet.xprotocol.org',
27604
+ standard: 'EIP3091'
27605
+ }
27606
+ ],
27607
+ parent: { type: 'L2', chain: 'eip155-84532' },
27608
+ infoURL: 'https://xprotocol.org/'
27609
+ },
27529
27610
  {
27530
27611
  name: 'ZEDXION',
27531
27612
  chain: 'ZEDXION',
@@ -28044,6 +28125,29 @@ const chainArray = [
28044
28125
  ],
28045
28126
  status: 'deprecated'
28046
28127
  },
28128
+ {
28129
+ name: 'SlingShot Testnet',
28130
+ chain: 'SLING',
28131
+ rpc: [
28132
+ 'https://rpc-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz'
28133
+ ],
28134
+ faucets: [],
28135
+ nativeCurrency: { name: 'Sling Test', symbol: 'SLINGT', decimals: 18 },
28136
+ features: [ { name: 'EIP155' } ],
28137
+ infoURL: 'https://slingshotdao.com',
28138
+ shortName: 'sling',
28139
+ chainId: 97435,
28140
+ networkId: 97435,
28141
+ icon: 'slingshot',
28142
+ explorers: [
28143
+ {
28144
+ name: 'SlingShot Test Explorer',
28145
+ url: 'https://explorer-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz',
28146
+ icon: 'slingshot',
28147
+ standard: 'EIP3091'
28148
+ }
28149
+ ]
28150
+ },
28047
28151
  {
28048
28152
  name: 'Green Chain Testnet',
28049
28153
  chain: 'Green Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.456",
3
+ "version": "0.0.458",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {