eth-chainlist 0.0.598 → 0.0.599

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