eth-chainlist 0.0.784 → 0.0.785

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.785 (2026-06-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.784 ([5b6427d](https://github.com/poowf/eth-chainlist/commit/5b6427d483df83d61dbf46766bb14c81d2c0ff69))
9
+ * update chain data ([5bf48f2](https://github.com/poowf/eth-chainlist/commit/5bf48f25bbb5952916a182d9efa58f68d6afaaf6))
10
+
3
11
  ### 0.0.784 (2026-05-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6238,7 +6238,10 @@ const chainArray = [
6238
6238
  {
6239
6239
  name: 'Capital Exchange',
6240
6240
  chain: 'BOURSE',
6241
- rpc: [ 'https://rpc.capitalexchange.digital' ],
6241
+ rpc: [
6242
+ 'https://rpc.capitalexchange.com',
6243
+ 'https://rpc.capitalexchange.digital'
6244
+ ],
6242
6245
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6243
6246
  faucets: [],
6244
6247
  nativeCurrency: { name: 'Bourse', symbol: 'BOURSE', decimals: 18 },
@@ -6250,7 +6253,7 @@ const chainArray = [
6250
6253
  explorers: [
6251
6254
  {
6252
6255
  name: 'Capital Exchange | Digital',
6253
- url: 'https://explorer.capitalexchange.se',
6256
+ url: 'https://explorer.capitalexchange.com',
6254
6257
  icon: 'bourse',
6255
6258
  standard: 'none'
6256
6259
  }
@@ -7820,6 +7823,25 @@ const chainArray = [
7820
7823
  },
7821
7824
  status: 'deprecated'
7822
7825
  },
7826
+ {
7827
+ name: 'LadyChain',
7828
+ chain: 'LADY',
7829
+ icon: 'lady',
7830
+ rpc: [ 'https://ladyrpc.us/rpc' ],
7831
+ faucets: [],
7832
+ nativeCurrency: { name: 'Lady', symbol: 'LADY', decimals: 18 },
7833
+ infoURL: 'https://ladyswap.us',
7834
+ shortName: 'lady',
7835
+ chainId: 589,
7836
+ networkId: 589,
7837
+ explorers: [
7838
+ {
7839
+ name: 'LadyScan',
7840
+ url: 'https://ladyscan.us',
7841
+ standard: 'EIP3091'
7842
+ }
7843
+ ]
7844
+ },
7823
7845
  {
7824
7846
  name: 'Astar',
7825
7847
  chain: 'ASTR',
@@ -26289,7 +26311,8 @@ const chainArray = [
26289
26311
  'wss://base.gateway.tenderly.co',
26290
26312
  'https://base-rpc.publicnode.com',
26291
26313
  'wss://base-rpc.publicnode.com',
26292
- 'https://rpcfree.com/base-rpc'
26314
+ 'https://rpcfree.com/base-rpc',
26315
+ 'https://rpc.baseazul.dev'
26293
26316
  ],
26294
26317
  faucets: [],
26295
26318
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -34601,6 +34624,18 @@ const chainArray = [
34601
34624
  }
34602
34625
  ]
34603
34626
  },
34627
+ {
34628
+ name: 'Citrate',
34629
+ chain: 'CITRATE',
34630
+ rpc: [ 'https://rpc.citrate.ai', 'wss://rpc.citrate.ai' ],
34631
+ faucets: [],
34632
+ nativeCurrency: { name: 'SALT', symbol: 'SALT', decimals: 18 },
34633
+ features: [ { name: 'EIP155' } ],
34634
+ infoURL: 'https://citrate.ai',
34635
+ shortName: 'citrate',
34636
+ chainId: 40204,
34637
+ networkId: 40204
34638
+ },
34604
34639
  {
34605
34640
  name: 'Aleph Zero EVM',
34606
34641
  chain: 'Aleph Zero EVM',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.784",
3
+ "version": "0.0.785",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {