eth-chainlist 0.0.693 → 0.0.694
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 +8 -0
- package/data/chain.js +68 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.694 (2025-10-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.693 ([d536943](https://github.com/poowf/eth-chainlist/commit/d536943a1d52c6bb52c2f4f1ade440b2d738cfeb))
|
9
|
+
* update chain data ([d5441f6](https://github.com/poowf/eth-chainlist/commit/d5441f67f5112f943c0419f912d0adcf25a95496))
|
10
|
+
|
3
11
|
### 0.0.693 (2025-10-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -217,16 +217,25 @@ const chainArray = [
|
|
217
217
|
]
|
218
218
|
},
|
219
219
|
{
|
220
|
-
name: '
|
221
|
-
chain: '
|
222
|
-
|
220
|
+
name: 'Quai Network Mainnet',
|
221
|
+
chain: 'QUAI',
|
222
|
+
icon: 'quai',
|
223
|
+
rpc: [ 'https://rpc.quai.network/cyprus1' ],
|
224
|
+
features: [ { name: 'EIP155' } ],
|
223
225
|
faucets: [],
|
224
|
-
nativeCurrency: { name: '
|
225
|
-
infoURL: 'https://
|
226
|
-
shortName: '
|
226
|
+
nativeCurrency: { name: 'Quai', symbol: 'QUAI', decimals: 18 },
|
227
|
+
infoURL: 'https://qu.ai',
|
228
|
+
shortName: 'quai',
|
227
229
|
chainId: 9,
|
228
|
-
networkId:
|
229
|
-
|
230
|
+
networkId: 9,
|
231
|
+
redFlags: [ 'reusedChainId' ],
|
232
|
+
explorers: [
|
233
|
+
{
|
234
|
+
name: 'Quaiscan',
|
235
|
+
url: 'https://quaiscan.io',
|
236
|
+
standard: 'EIP3091'
|
237
|
+
}
|
238
|
+
]
|
230
239
|
},
|
231
240
|
{
|
232
241
|
name: 'OP Mainnet',
|
@@ -17369,18 +17378,19 @@ const chainArray = [
|
|
17369
17378
|
{
|
17370
17379
|
name: 'HyperAGI Mainnet',
|
17371
17380
|
chain: 'HyperAGI',
|
17372
|
-
|
17381
|
+
icon: 'hyperagi',
|
17382
|
+
rpc: [ 'https://rpc.hyperagi.network', 'https://rpc.hyperagi.ai' ],
|
17373
17383
|
faucets: [],
|
17374
17384
|
nativeCurrency: { name: 'Hyperdust', symbol: 'HYPT', decimals: 18 },
|
17375
17385
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17376
|
-
infoURL: 'https://hyperagi.
|
17386
|
+
infoURL: 'https://www.hyperagi.ai',
|
17377
17387
|
shortName: 'hypt',
|
17378
17388
|
chainId: 2868,
|
17379
|
-
networkId:
|
17389
|
+
networkId: 2868,
|
17380
17390
|
explorers: [
|
17381
17391
|
{
|
17382
|
-
name: '
|
17383
|
-
url: 'https://
|
17392
|
+
name: 'hyperscan',
|
17393
|
+
url: 'https://hyperscan.hyperagi.ai',
|
17384
17394
|
standard: 'EIP3091'
|
17385
17395
|
}
|
17386
17396
|
]
|
@@ -28022,6 +28032,26 @@ const chainArray = [
|
|
28022
28032
|
icon: 'humanode',
|
28023
28033
|
explorers: []
|
28024
28034
|
},
|
28035
|
+
{
|
28036
|
+
name: 'Quai Network Testnet',
|
28037
|
+
chain: 'QUAI',
|
28038
|
+
icon: 'quai',
|
28039
|
+
rpc: [ 'https://orchard.rpc.quai.network/cyprus1' ],
|
28040
|
+
features: [ { name: 'EIP155' } ],
|
28041
|
+
faucets: [],
|
28042
|
+
nativeCurrency: { name: 'Quai', symbol: 'QUAI', decimals: 18 },
|
28043
|
+
infoURL: 'https://qu.ai',
|
28044
|
+
shortName: 'quai-testnet',
|
28045
|
+
chainId: 15000,
|
28046
|
+
networkId: 15000,
|
28047
|
+
explorers: [
|
28048
|
+
{
|
28049
|
+
name: 'Orchard Quaiscan',
|
28050
|
+
url: 'https://orchard.quaiscan.io',
|
28051
|
+
standard: 'EIP3091'
|
28052
|
+
}
|
28053
|
+
]
|
28054
|
+
},
|
28025
28055
|
{
|
28026
28056
|
name: 'Immutable zkEVM Devnet',
|
28027
28057
|
chain: 'Immutable zkEVM',
|
@@ -39053,6 +39083,26 @@ const chainArray = [
|
|
39053
39083
|
chainId: 200000,
|
39054
39084
|
networkId: 200000
|
39055
39085
|
},
|
39086
|
+
{
|
39087
|
+
name: 'NitroGraph Testnet',
|
39088
|
+
chain: 'NOS',
|
39089
|
+
rpc: [ 'https://rpc-testnet.nitrograph.foundation' ],
|
39090
|
+
icon: 'nitrograph',
|
39091
|
+
slip44: 1,
|
39092
|
+
faucets: [ 'https://faucet-testnet.nitrograph.foundation' ],
|
39093
|
+
infoURL: 'https://docs.nitrograph.com',
|
39094
|
+
chainId: 200024,
|
39095
|
+
networkId: 200024,
|
39096
|
+
shortName: 'nitro-testnet',
|
39097
|
+
explorers: [
|
39098
|
+
{
|
39099
|
+
url: 'https://explorer-testnet.nitrograph.foundation',
|
39100
|
+
name: 'NitroGraphTestnetInfo',
|
39101
|
+
standard: 'EIP3091'
|
39102
|
+
}
|
39103
|
+
],
|
39104
|
+
nativeCurrency: { name: 'Nitro', symbol: 'NOS', decimals: 18 }
|
39105
|
+
},
|
39056
39106
|
{
|
39057
39107
|
name: 'Milkomeda C1 Testnet',
|
39058
39108
|
chain: 'milkTAda',
|
@@ -40428,7 +40478,7 @@ const chainArray = [
|
|
40428
40478
|
}
|
40429
40479
|
},
|
40430
40480
|
{
|
40431
|
-
name: 'WABA Chain
|
40481
|
+
name: 'WABA Chain Mainnet',
|
40432
40482
|
chain: 'WABA Mainnet',
|
40433
40483
|
icon: 'waba',
|
40434
40484
|
rpc: [ 'https://rpc.wabaworld.com' ],
|
@@ -44372,9 +44422,9 @@ const chainArray = [
|
|
44372
44422
|
{
|
44373
44423
|
name: 'Jovay Mainnet',
|
44374
44424
|
chain: 'ETH',
|
44375
|
-
status: '
|
44425
|
+
status: 'active',
|
44376
44426
|
rpc: [
|
44377
|
-
'https://
|
44427
|
+
'https://rpc.jovay.io',
|
44378
44428
|
'https://api.zan.top/node/v1/jovay/mainnet/${ZAN_API_KEY}',
|
44379
44429
|
'wss://api.zan.top/node/ws/v1/jovay/mainnet/${ZAN_API_KEY}'
|
44380
44430
|
],
|
@@ -44388,7 +44438,7 @@ const chainArray = [
|
|
44388
44438
|
explorers: [
|
44389
44439
|
{
|
44390
44440
|
name: 'Jovay Explorer',
|
44391
|
-
url: 'https://explorer.jovay.io',
|
44441
|
+
url: 'https://explorer.jovay.io/l2',
|
44392
44442
|
standard: 'none'
|
44393
44443
|
}
|
44394
44444
|
],
|
@@ -45018,7 +45068,7 @@ const chainArray = [
|
|
45018
45068
|
networkId: 11142220,
|
45019
45069
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
45020
45070
|
slip44: 60,
|
45021
|
-
nativeCurrency: { name: 'CELO
|
45071
|
+
nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
|
45022
45072
|
parent: {
|
45023
45073
|
type: 'L2',
|
45024
45074
|
chain: 'eip155-11155111',
|