eth-chainlist 0.0.363 → 0.0.364

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.364 (2024-03-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.363 ([985db80](https://github.com/poowf/eth-chainlist/commit/985db801ef823e39248abf49bac9c76409a018de))
9
+ * update chain data ([3d2f7be](https://github.com/poowf/eth-chainlist/commit/3d2f7be4bdd5519fb62b6b49ee7132ab3041389e))
10
+
3
11
  ### 0.0.363 (2024-03-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13960,6 +13960,25 @@ const chainArray = [
13960
13960
  }
13961
13961
  ]
13962
13962
  },
13963
+ {
13964
+ name: 'Arcturus Testneet',
13965
+ chain: 'Arcturus',
13966
+ rpc: [ 'https://rpc-testnet.arcturuschain.io/' ],
13967
+ faucets: [ 'https://faucet.arcturuschain.io' ],
13968
+ nativeCurrency: { name: 'tARC', symbol: 'tARC', decimals: 18 },
13969
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
13970
+ infoURL: 'https://arcturuschain.io',
13971
+ shortName: 'arcturus-testnet',
13972
+ chainId: 5615,
13973
+ networkId: 5615,
13974
+ explorers: [
13975
+ {
13976
+ name: 'explorer-arcturus-testnet',
13977
+ url: 'https://testnet.arcscan.net',
13978
+ standard: 'EIP3091'
13979
+ }
13980
+ ]
13981
+ },
13963
13982
  {
13964
13983
  name: 'Arcturus Chain Testnet',
13965
13984
  chain: 'ARCTURUS',
@@ -19533,6 +19552,20 @@ const chainArray = [
19533
19552
  chainId: 43110,
19534
19553
  networkId: 43110
19535
19554
  },
19555
+ {
19556
+ name: 'Hemi Network',
19557
+ chain: 'ETH',
19558
+ rpc: [],
19559
+ faucets: [],
19560
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19561
+ infoURL: 'https://hemi.xyz',
19562
+ shortName: 'hemi',
19563
+ chainId: 43111,
19564
+ networkId: 43111,
19565
+ explorers: [],
19566
+ parent: { type: 'L2', chain: 'eip155-1' },
19567
+ status: 'incubating'
19568
+ },
19536
19569
  {
19537
19570
  name: 'Avalanche Fuji Testnet',
19538
19571
  chain: 'AVAX',
@@ -22747,7 +22780,8 @@ const chainArray = [
22747
22780
  'https://testnet-rpc.bitlayer.org',
22748
22781
  'wss://testnet-ws.bitlayer.org',
22749
22782
  'https://testnet-rpc.bitlayer-rpc.com',
22750
- 'wss://testnet-ws.bitlayer-rpc.com'
22783
+ 'wss://testnet-ws.bitlayer-rpc.com',
22784
+ 'https://rpc.ankr.com/bitlayer_testnet'
22751
22785
  ],
22752
22786
  faucets: [ 'https://www.bitlayer.org/faucet' ],
22753
22787
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
@@ -24291,6 +24325,27 @@ const chainArray = [
24291
24325
  }
24292
24326
  ]
24293
24327
  },
24328
+ {
24329
+ name: 'Hemi Sepolia',
24330
+ chain: 'ETH',
24331
+ rpc: [ 'https://testnet.rpc.hemi.network/rpc' ],
24332
+ faucets: [],
24333
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
24334
+ infoURL: 'https://hemi.xyz',
24335
+ shortName: 'hemi-sep',
24336
+ chainId: 743111,
24337
+ networkId: 743111,
24338
+ explorers: [
24339
+ {
24340
+ name: 'blockscout',
24341
+ url: 'https://testnet.explorer.hemi.network',
24342
+ icon: 'blockscout',
24343
+ standard: 'EIP3091'
24344
+ }
24345
+ ],
24346
+ parent: { type: 'L2', chain: 'eip155-11155111' },
24347
+ status: 'active'
24348
+ },
24294
24349
  {
24295
24350
  name: 'Bear Network Chain Testnet',
24296
24351
  chain: 'BRNKCTEST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.363",
3
+ "version": "0.0.364",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {