eth-chainlist 0.0.393 → 0.0.395

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.395 (2024-05-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.394 ([1eee58e](https://github.com/poowf/eth-chainlist/commit/1eee58ec358baabf34642d36523f75fcd1268dc3))
9
+ * update chain data ([803256f](https://github.com/poowf/eth-chainlist/commit/803256f1d6ec1fe3a93c71470dcf898cda2e794f))
10
+
11
+ ### 0.0.394 (2024-05-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.393 ([961c107](https://github.com/poowf/eth-chainlist/commit/961c1074924a147756e00afb02c79863e8ae861a))
17
+ * update chain data ([ad6a84b](https://github.com/poowf/eth-chainlist/commit/ad6a84b457973a5f8e7b599bc28d078877016fca))
18
+
3
19
  ### 0.0.393 (2024-05-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7744,6 +7744,25 @@ const chainArray = [
7744
7744
  chainId: 977,
7745
7745
  networkId: 977
7746
7746
  },
7747
+ {
7748
+ name: 'EthXY Testnet',
7749
+ chain: 'EthXY',
7750
+ rpc: [ 'https://rpc.testnet.ethxy.com' ],
7751
+ faucets: [],
7752
+ nativeCurrency: { name: 'Settled EthXY Token', symbol: 'SEXY', decimals: 18 },
7753
+ icon: 'sexyTestnet',
7754
+ infoURL: 'https://ethxy.com',
7755
+ shortName: 'sexyTestnet',
7756
+ chainId: 979,
7757
+ networkId: 979,
7758
+ explorers: [
7759
+ {
7760
+ name: 'EthXY Testnet Network Explorer',
7761
+ url: 'https://explorer.testnet.ethxy.com',
7762
+ standard: 'EIP3091'
7763
+ }
7764
+ ]
7765
+ },
7747
7766
  {
7748
7767
  name: 'TOP Mainnet EVM',
7749
7768
  chain: 'TOP',
@@ -8709,6 +8728,26 @@ const chainArray = [
8709
8728
  }
8710
8729
  ]
8711
8730
  },
8731
+ {
8732
+ name: 'Lisk',
8733
+ chain: 'ETH',
8734
+ rpc: [ 'https://rpc.api.lisk.com' ],
8735
+ faucets: [],
8736
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8737
+ infoURL: 'https://lisk.com',
8738
+ shortName: 'lisk',
8739
+ chainId: 1135,
8740
+ networkId: 1135,
8741
+ slip44: 134,
8742
+ explorers: [
8743
+ {
8744
+ name: 'blockscout',
8745
+ url: 'https://blockscout.lisk.com',
8746
+ icon: 'blockscout',
8747
+ standard: 'EIP3091'
8748
+ }
8749
+ ]
8750
+ },
8712
8751
  {
8713
8752
  name: 'AmStar Testnet',
8714
8753
  chain: 'AmStar',
@@ -12199,9 +12238,12 @@ const chainArray = [
12199
12238
  ]
12200
12239
  },
12201
12240
  {
12202
- name: 'Atleta Testnet',
12241
+ name: 'Atleta Olympia',
12203
12242
  chain: 'Atleta',
12204
- rpc: [ 'wss://testnet-rpc.atleta.network:9944' ],
12243
+ rpc: [
12244
+ 'wss://testnet-rpc.atleta.network:9944',
12245
+ 'https://testnet-rpc.atleta.network:9944'
12246
+ ],
12205
12247
  faucets: [ 'https://faucet.atleta.network' ],
12206
12248
  nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
12207
12249
  infoURL: 'https://atleta.network',
@@ -25353,6 +25395,21 @@ const chainArray = [
25353
25395
  }
25354
25396
  ]
25355
25397
  },
25398
+ {
25399
+ name: 'Mind Network Testnet',
25400
+ chain: 'FHET',
25401
+ rpc: [
25402
+ 'https://rpc_testnet.mindnetwork.xyz',
25403
+ 'wss://rpc_testnet.mindnetwork.xyz'
25404
+ ],
25405
+ faucets: [],
25406
+ nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
25407
+ features: [ { name: 'EIP155' } ],
25408
+ infoURL: 'https://mindnetwork.xyz',
25409
+ shortName: 'fhet',
25410
+ chainId: 192940,
25411
+ networkId: 192940
25412
+ },
25356
25413
  {
25357
25414
  name: 'Milkomeda C1 Testnet',
25358
25415
  chain: 'milkTAda',
@@ -27043,6 +27100,24 @@ const chainArray = [
27043
27100
  }
27044
27101
  ]
27045
27102
  },
27103
+ {
27104
+ name: 'Xai Mainnet',
27105
+ chainId: 660279,
27106
+ shortName: 'xai',
27107
+ chain: 'XAI',
27108
+ networkId: 660279,
27109
+ nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 },
27110
+ rpc: [ 'https://xai-chain.net/rpc' ],
27111
+ faucets: [],
27112
+ explorers: [
27113
+ {
27114
+ name: 'Blockscout',
27115
+ url: 'https://explorer.xai-chain.net',
27116
+ standard: 'EIP3091'
27117
+ }
27118
+ ],
27119
+ infoURL: 'https://xai.games'
27120
+ },
27046
27121
  {
27047
27122
  name: 'Vision - Vpioneer Test Chain',
27048
27123
  chain: 'Vision-Vpioneer',
@@ -30521,6 +30596,24 @@ const chainArray = [
30521
30596
  explorers: [],
30522
30597
  status: 'incubating'
30523
30598
  },
30599
+ {
30600
+ name: 'Xai Testnet v2',
30601
+ chainId: 37714555429,
30602
+ shortName: 'xaitestnet',
30603
+ chain: 'XAI Testnet',
30604
+ networkId: 37714555429,
30605
+ nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
30606
+ rpc: [ 'https://testnet-v2.xai-chain.net/rpc' ],
30607
+ faucets: [],
30608
+ explorers: [
30609
+ {
30610
+ name: 'Blockscout',
30611
+ url: 'https://testnet-explorer-v2.xai-chain.net',
30612
+ standard: 'EIP3091'
30613
+ }
30614
+ ],
30615
+ infoURL: 'https://xai.games'
30616
+ },
30524
30617
  {
30525
30618
  name: 'Arbitrum Blueberry',
30526
30619
  title: 'Arbitrum Blueberry Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.393",
3
+ "version": "0.0.395",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {