eth-chainlist 0.0.778 → 0.0.780
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 +16 -0
- package/data/chain.js +63 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.780 (2026-05-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.779 ([07c564a](https://github.com/poowf/eth-chainlist/commit/07c564a50254b3caea4bc5198b9b4d4b09bf69f7))
|
|
9
|
+
* update chain data ([1b0c0c8](https://github.com/poowf/eth-chainlist/commit/1b0c0c814f9860b8599a8d187c848709c5c6a910))
|
|
10
|
+
|
|
11
|
+
### 0.0.779 (2026-05-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.778 ([70a204c](https://github.com/poowf/eth-chainlist/commit/70a204c3acfa132ad6bf0dec22ef115707ad167b))
|
|
17
|
+
* update chain data ([3da9b01](https://github.com/poowf/eth-chainlist/commit/3da9b01f1d37b10d108287f8fc3c0bd22c0979f8))
|
|
18
|
+
|
|
3
19
|
### 0.0.778 (2026-05-22)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -29938,6 +29951,26 @@ const chainArray = [
|
|
|
29938
29951
|
}
|
|
29939
29952
|
]
|
|
29940
29953
|
},
|
|
29954
|
+
{
|
|
29955
|
+
name: 'RANNTA X-Chain',
|
|
29956
|
+
chain: 'RANNTA',
|
|
29957
|
+
icon: 'rannta',
|
|
29958
|
+
rpc: [ 'https://rpc.rannta.com/api/rpc' ],
|
|
29959
|
+
faucets: [],
|
|
29960
|
+
nativeCurrency: { name: 'RANNTA Core X', symbol: 'RNTX', decimals: 13 },
|
|
29961
|
+
infoURL: 'https://rannta.com',
|
|
29962
|
+
shortName: 'rntx',
|
|
29963
|
+
chainId: 13113,
|
|
29964
|
+
networkId: 13113,
|
|
29965
|
+
explorers: [
|
|
29966
|
+
{
|
|
29967
|
+
name: 'RANNTA X-Chain Explorer',
|
|
29968
|
+
url: 'https://explorer.rannta.com',
|
|
29969
|
+
icon: 'rannta',
|
|
29970
|
+
standard: 'EIP3091'
|
|
29971
|
+
}
|
|
29972
|
+
]
|
|
29973
|
+
},
|
|
29941
29974
|
{
|
|
29942
29975
|
name: 'Credit Smart Chain',
|
|
29943
29976
|
chain: 'CREDIT',
|
|
@@ -32028,19 +32061,19 @@ const chainArray = [
|
|
|
32028
32061
|
]
|
|
32029
32062
|
},
|
|
32030
32063
|
{
|
|
32031
|
-
name: 'All About
|
|
32064
|
+
name: 'All About Health',
|
|
32032
32065
|
chain: 'AAH',
|
|
32033
|
-
rpc: [ 'https://rpc.
|
|
32034
|
-
faucets: [ 'https://
|
|
32066
|
+
rpc: [ 'https://rpc.aah.name' ],
|
|
32067
|
+
faucets: [ 'https://aah.name' ],
|
|
32035
32068
|
nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
|
|
32036
|
-
infoURL: 'https://
|
|
32069
|
+
infoURL: 'https://aah.name',
|
|
32037
32070
|
shortName: 'aah',
|
|
32038
32071
|
chainId: 21133,
|
|
32039
32072
|
networkId: 21133,
|
|
32040
32073
|
explorers: [
|
|
32041
32074
|
{
|
|
32042
32075
|
name: 'AAH Blockscout',
|
|
32043
|
-
url: 'https://exp.
|
|
32076
|
+
url: 'https://exp.aah.name',
|
|
32044
32077
|
icon: 'aah',
|
|
32045
32078
|
standard: 'EIP3091'
|
|
32046
32079
|
}
|
|
@@ -40180,6 +40213,26 @@ const chainArray = [
|
|
|
40180
40213
|
bridges: [ { url: 'https://camp-testnet-bridge.vercel.app/' } ]
|
|
40181
40214
|
}
|
|
40182
40215
|
},
|
|
40216
|
+
{
|
|
40217
|
+
name: 'QuantumBit',
|
|
40218
|
+
chain: 'QB',
|
|
40219
|
+
rpc: [ 'https://quantumbit.foo/rpc' ],
|
|
40220
|
+
faucets: [],
|
|
40221
|
+
nativeCurrency: { name: 'QuantumBit', symbol: 'QB', decimals: 18 },
|
|
40222
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
40223
|
+
infoURL: 'https://quantumbit.foo',
|
|
40224
|
+
shortName: 'qb',
|
|
40225
|
+
chainId: 90909,
|
|
40226
|
+
networkId: 90909,
|
|
40227
|
+
icon: 'quantumbit',
|
|
40228
|
+
explorers: [
|
|
40229
|
+
{
|
|
40230
|
+
name: 'QuantumBit Explorer',
|
|
40231
|
+
url: 'https://quantumbit.foo',
|
|
40232
|
+
standard: 'none'
|
|
40233
|
+
}
|
|
40234
|
+
]
|
|
40235
|
+
},
|
|
40183
40236
|
{
|
|
40184
40237
|
name: 'Nautilus Trition Chain',
|
|
40185
40238
|
title: 'Nautilus Trition Testnet',
|
|
@@ -49275,10 +49328,11 @@ const chainArray = [
|
|
|
49275
49328
|
slip44: 184
|
|
49276
49329
|
},
|
|
49277
49330
|
{
|
|
49278
|
-
name: 'VALYGO
|
|
49331
|
+
name: 'VALYGO Smartchain',
|
|
49279
49332
|
chain: 'VYO',
|
|
49280
49333
|
rpc: [
|
|
49281
|
-
'https://rpc-gw-1.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc'
|
|
49334
|
+
'https://rpc-gw-1.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc',
|
|
49335
|
+
'https://rpc-gw-2.vyoscan.com/ext/bc/2t51dXsuxUvd9teY9TKEJmgxmxMk3CRF88UYTA4HQgjeYZqzSX/rpc'
|
|
49282
49336
|
],
|
|
49283
49337
|
faucets: [],
|
|
49284
49338
|
nativeCurrency: { name: 'VYO', symbol: 'VYO', decimals: 18 },
|
|
@@ -49302,7 +49356,8 @@ const chainArray = [
|
|
|
49302
49356
|
name: 'VALYGO NFT',
|
|
49303
49357
|
chain: 'VYO',
|
|
49304
49358
|
rpc: [
|
|
49305
|
-
'https://rpc-gw-1.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc'
|
|
49359
|
+
'https://rpc-gw-1.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc',
|
|
49360
|
+
'https://rpc-gw-2.vyoscan.com/ext/bc/2RyzsmGypNQZPby1miwMMV8spTvhgd9qd2peNRzU1mErUQqSSw/rpc'
|
|
49306
49361
|
],
|
|
49307
49362
|
faucets: [],
|
|
49308
49363
|
nativeCurrency: { name: 'VYO', symbol: 'VYO', decimals: 18 },
|