eth-chainlist 0.0.777 → 0.0.779

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.779 (2026-05-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.778 ([70a204c](https://github.com/poowf/eth-chainlist/commit/70a204c3acfa132ad6bf0dec22ef115707ad167b))
9
+ * update chain data ([3da9b01](https://github.com/poowf/eth-chainlist/commit/3da9b01f1d37b10d108287f8fc3c0bd22c0979f8))
10
+
11
+ ### 0.0.778 (2026-05-22)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.777 ([f536635](https://github.com/poowf/eth-chainlist/commit/f5366358583a44e0fc296f361bc3190ef212a811))
17
+ * update chain data ([b32c4c6](https://github.com/poowf/eth-chainlist/commit/b32c4c6b08f5f9c34b4dda9670db5ce75650ae66))
18
+
3
19
  ### 0.0.777 (2026-05-21)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -4761,6 +4761,26 @@ const chainArray = [
4761
4761
  }
4762
4762
  ]
4763
4763
  },
4764
+ {
4765
+ name: 'AEREDIUM',
4766
+ chain: 'AER',
4767
+ rpc: [ 'https://rpc.aeredium.io' ],
4768
+ faucets: [],
4769
+ nativeCurrency: { name: 'AER', symbol: 'AER', decimals: 18 },
4770
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4771
+ infoURL: 'https://aeredium.io',
4772
+ shortName: 'aer',
4773
+ chainId: 237,
4774
+ networkId: 237,
4775
+ icon: 'aeredium',
4776
+ explorers: [
4777
+ {
4778
+ name: 'AEREDIUM Explorer',
4779
+ url: 'https://explorer.aeredium.io',
4780
+ standard: 'EIP3091'
4781
+ }
4782
+ ]
4783
+ },
4764
4784
  {
4765
4785
  name: 'Blast Mainnet',
4766
4786
  chain: 'ETH',
@@ -7538,6 +7558,19 @@ const chainArray = [
7538
7558
  }
7539
7559
  ]
7540
7560
  },
7561
+ {
7562
+ name: 'Nome Progetto Privato',
7563
+ chain: 'BESU',
7564
+ icon: 'ethereum',
7565
+ rpc: [],
7566
+ faucets: [],
7567
+ nativeCurrency: { name: 'YourToken', symbol: 'YTK', decimals: 18 },
7568
+ infoURL: 'https://www.tuosito.it',
7569
+ shortName: 'besu-priv-540',
7570
+ chainId: 540,
7571
+ networkId: 540,
7572
+ explorers: []
7573
+ },
7541
7574
  {
7542
7575
  name: 'PAWCHAIN Testnet',
7543
7576
  chain: 'PAW',
@@ -32008,19 +32041,19 @@ const chainArray = [
32008
32041
  ]
32009
32042
  },
32010
32043
  {
32011
- name: 'All About Healthy',
32044
+ name: 'All About Health',
32012
32045
  chain: 'AAH',
32013
- rpc: [ 'https://rpc.c4ex.net' ],
32014
- faucets: [ 'https://t.me/c4eiAirdrop' ],
32046
+ rpc: [ 'https://rpc.aah.name' ],
32047
+ faucets: [ 'https://aah.name' ],
32015
32048
  nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
32016
- infoURL: 'https://c4ex.net',
32049
+ infoURL: 'https://aah.name',
32017
32050
  shortName: 'aah',
32018
32051
  chainId: 21133,
32019
32052
  networkId: 21133,
32020
32053
  explorers: [
32021
32054
  {
32022
32055
  name: 'AAH Blockscout',
32023
- url: 'https://exp.c4ex.net',
32056
+ url: 'https://exp.aah.name',
32024
32057
  icon: 'aah',
32025
32058
  standard: 'EIP3091'
32026
32059
  }
@@ -33620,8 +33653,8 @@ const chainArray = [
33620
33653
  rpc: [
33621
33654
  'https://rpc_evm-mezo.imperator.co',
33622
33655
  'wss://ws_evm-mezo.imperator.co',
33623
- 'https://rpc-http.mezo.boar.network',
33624
- 'wss://rpc-ws.mezo.boar.network',
33656
+ 'https://mezo-mainnet.boar.network',
33657
+ 'wss://mezo-mainnet.boar.network',
33625
33658
  'https://mainnet.mezo.public.validationcloud.io',
33626
33659
  'wss://mainnet.mezo.public.validationcloud.io',
33627
33660
  'https://rpc-internal.mezo.org',
@@ -40160,6 +40193,26 @@ const chainArray = [
40160
40193
  bridges: [ { url: 'https://camp-testnet-bridge.vercel.app/' } ]
40161
40194
  }
40162
40195
  },
40196
+ {
40197
+ name: 'QuantumBit',
40198
+ chain: 'QB',
40199
+ rpc: [ 'https://quantumbit.foo/rpc' ],
40200
+ faucets: [],
40201
+ nativeCurrency: { name: 'QuantumBit', symbol: 'QB', decimals: 18 },
40202
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
40203
+ infoURL: 'https://quantumbit.foo',
40204
+ shortName: 'qb',
40205
+ chainId: 90909,
40206
+ networkId: 90909,
40207
+ icon: 'quantumbit',
40208
+ explorers: [
40209
+ {
40210
+ name: 'QuantumBit Explorer',
40211
+ url: 'https://quantumbit.foo',
40212
+ standard: 'none'
40213
+ }
40214
+ ]
40215
+ },
40163
40216
  {
40164
40217
  name: 'Nautilus Trition Chain',
40165
40218
  title: 'Nautilus Trition Testnet',
@@ -42310,7 +42363,8 @@ const chainArray = [
42310
42363
  url: 'https://scan.bexchain.com',
42311
42364
  standard: 'EIP3091'
42312
42365
  }
42313
- ]
42366
+ ],
42367
+ icon: 'bexchain'
42314
42368
  },
42315
42369
  {
42316
42370
  name: 'MagApe Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.777",
3
+ "version": "0.0.779",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {