eth-chainlist 0.0.778 → 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,13 @@
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
+
3
11
  ### 0.0.778 (2026-05-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -7558,6 +7558,19 @@ const chainArray = [
7558
7558
  }
7559
7559
  ]
7560
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
+ },
7561
7574
  {
7562
7575
  name: 'PAWCHAIN Testnet',
7563
7576
  chain: 'PAW',
@@ -32028,19 +32041,19 @@ const chainArray = [
32028
32041
  ]
32029
32042
  },
32030
32043
  {
32031
- name: 'All About Healthy',
32044
+ name: 'All About Health',
32032
32045
  chain: 'AAH',
32033
- rpc: [ 'https://rpc.c4ex.net' ],
32034
- faucets: [ 'https://t.me/c4eiAirdrop' ],
32046
+ rpc: [ 'https://rpc.aah.name' ],
32047
+ faucets: [ 'https://aah.name' ],
32035
32048
  nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
32036
- infoURL: 'https://c4ex.net',
32049
+ infoURL: 'https://aah.name',
32037
32050
  shortName: 'aah',
32038
32051
  chainId: 21133,
32039
32052
  networkId: 21133,
32040
32053
  explorers: [
32041
32054
  {
32042
32055
  name: 'AAH Blockscout',
32043
- url: 'https://exp.c4ex.net',
32056
+ url: 'https://exp.aah.name',
32044
32057
  icon: 'aah',
32045
32058
  standard: 'EIP3091'
32046
32059
  }
@@ -40180,6 +40193,26 @@ const chainArray = [
40180
40193
  bridges: [ { url: 'https://camp-testnet-bridge.vercel.app/' } ]
40181
40194
  }
40182
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
+ },
40183
40216
  {
40184
40217
  name: 'Nautilus Trition Chain',
40185
40218
  title: 'Nautilus Trition Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.778",
3
+ "version": "0.0.779",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {