eth-chainlist 0.0.598 → 0.0.600

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.600 (2025-02-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.599 ([4c5c790](https://github.com/poowf/eth-chainlist/commit/4c5c790482907099cfbaf483ae66239a57ed5552))
9
+ * update chain data ([00fb383](https://github.com/poowf/eth-chainlist/commit/00fb383966595dc75d795e6be95778a7370d80f7))
10
+
11
+ ### 0.0.599 (2025-01-31)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.598 ([a137ca8](https://github.com/poowf/eth-chainlist/commit/a137ca875bd8cf2373bc38d3237f192d783834db))
17
+ * update chain data ([f40a055](https://github.com/poowf/eth-chainlist/commit/f40a0552ed19b79cadfb51e394763263dc6e118e))
18
+
3
19
  ### 0.0.598 (2025-01-30)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5665,10 +5665,12 @@ const chainArray = [
5665
5665
  shortName: 'wem',
5666
5666
  chainId: 315,
5667
5667
  networkId: 315,
5668
+ icon: 'wem',
5668
5669
  explorers: [
5669
5670
  {
5670
5671
  name: 'wemscan',
5671
5672
  url: 'https://wemscan.com',
5673
+ icon: 'wemscan',
5672
5674
  standard: 'EIP3091'
5673
5675
  }
5674
5676
  ]
@@ -30567,6 +30569,31 @@ const chainArray = [
30567
30569
  networkId: 49797,
30568
30570
  slip44: 1
30569
30571
  },
30572
+ {
30573
+ name: 'Citronus',
30574
+ chain: 'Citronus',
30575
+ rpc: [ 'https://rpc.citronus.com' ],
30576
+ faucets: [],
30577
+ nativeCurrency: { name: 'CITRO', symbol: 'CITRO', decimals: 18 },
30578
+ infoURL: 'https://citronus.com',
30579
+ shortName: 'citro',
30580
+ chainId: 50000,
30581
+ networkId: 50000,
30582
+ icon: 'citro',
30583
+ explorers: [
30584
+ {
30585
+ name: 'citro',
30586
+ url: 'https://explorer.citronus.com',
30587
+ icon: 'citro',
30588
+ standard: 'EIP3091'
30589
+ }
30590
+ ],
30591
+ parent: {
30592
+ type: 'L2',
30593
+ chain: 'eip155-1',
30594
+ bridges: [ { url: 'https://bridge.gelato.network/bridge/citronus' } ]
30595
+ }
30596
+ },
30570
30597
  {
30571
30598
  name: 'Liveplex OracleEVM',
30572
30599
  chain: 'Liveplex OracleEVM Network',
@@ -43444,6 +43471,34 @@ const chainArray = [
43444
43471
  }
43445
43472
  ]
43446
43473
  },
43474
+ {
43475
+ name: 'OFFICIAL VASYL TESTNET',
43476
+ title: 'OFFICIAL VASYL TESTNET',
43477
+ chain: 'Official-Vasyl',
43478
+ rpc: [ 'https://rpc.official-vasyl.network' ],
43479
+ faucets: [ 'https://faucet.official-vasyl.network' ],
43480
+ nativeCurrency: { name: 'OFFICIAL VASYL', symbol: 'VASYL', decimals: 18 },
43481
+ infoURL: 'official-vasyl.network',
43482
+ shortName: 'Vasyl',
43483
+ chainId: 1278060416,
43484
+ networkId: 1278060416,
43485
+ icon: 'vasyl',
43486
+ explorers: [
43487
+ {
43488
+ name: 'Official Vasyl Explorer',
43489
+ url: 'https://explorer.official-vasyl.network',
43490
+ icon: 'vasyl',
43491
+ standard: 'EIP3091'
43492
+ }
43493
+ ],
43494
+ parent: {
43495
+ type: 'L2',
43496
+ chain: 'eip155-11155111',
43497
+ bridges: [ { url: 'https://bridge.official-vasyl.network' } ]
43498
+ },
43499
+ features: [ { name: 'EIP155' } ],
43500
+ status: 'active'
43501
+ },
43447
43502
  {
43448
43503
  name: 'Aurora Mainnet',
43449
43504
  chain: 'NEAR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.598",
3
+ "version": "0.0.600",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {