eth-chainlist 0.0.799 → 0.0.801
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 +85 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.801 (2026-08-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.800 ([5a541e5](https://github.com/poowf/eth-chainlist/commit/5a541e552e79b4d1b4edc11d5ad28f61ed23d9ab))
|
|
9
|
+
* update chain data ([543c266](https://github.com/poowf/eth-chainlist/commit/543c2660ff1ed0173293b5cbf7c08d912ad3d108))
|
|
10
|
+
|
|
11
|
+
### 0.0.800 (2026-08-04)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.799 ([2cb1a45](https://github.com/poowf/eth-chainlist/commit/2cb1a45a1ec461345cc8b369db62e405e5e33fa6))
|
|
17
|
+
* update chain data ([4adfc2d](https://github.com/poowf/eth-chainlist/commit/4adfc2d4ca1c4afba452c0dfc1b32a7acad22127))
|
|
18
|
+
|
|
3
19
|
### 0.0.799 (2026-08-03)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -11681,6 +11681,26 @@ const chainArray = [
|
|
|
11681
11681
|
}
|
|
11682
11682
|
]
|
|
11683
11683
|
},
|
|
11684
|
+
{
|
|
11685
|
+
name: 'Quarrychain Testnet',
|
|
11686
|
+
chain: 'QuarryChain',
|
|
11687
|
+
icon: 'quarrychain',
|
|
11688
|
+
rpc: [ 'https://rpc.testnet.quarrychain.network' ],
|
|
11689
|
+
features: [ { name: 'EIP155' } ],
|
|
11690
|
+
faucets: [],
|
|
11691
|
+
nativeCurrency: { name: 'Quarry', symbol: 'QRY', decimals: 18 },
|
|
11692
|
+
infoURL: 'https://quarrychain.network/',
|
|
11693
|
+
shortName: 'qry',
|
|
11694
|
+
chainId: 1129,
|
|
11695
|
+
networkId: 1129,
|
|
11696
|
+
explorers: [
|
|
11697
|
+
{
|
|
11698
|
+
name: 'QuarryScan',
|
|
11699
|
+
url: 'https://explorer.testnet.quarrychain.network',
|
|
11700
|
+
standard: 'EIP3091'
|
|
11701
|
+
}
|
|
11702
|
+
]
|
|
11703
|
+
},
|
|
11684
11704
|
{
|
|
11685
11705
|
name: 'DeFiChain EVM Network Mainnet',
|
|
11686
11706
|
chain: 'defichain-evm',
|
|
@@ -42503,11 +42523,11 @@ const chainArray = [
|
|
|
42503
42523
|
]
|
|
42504
42524
|
},
|
|
42505
42525
|
{
|
|
42506
|
-
name: 'Rome Devnet
|
|
42526
|
+
name: 'Rome Esquiline Devnet',
|
|
42507
42527
|
chain: 'ROME',
|
|
42508
|
-
rpc: [ 'https://esquiline
|
|
42509
|
-
faucets: [ 'https://
|
|
42510
|
-
nativeCurrency: { name: '
|
|
42528
|
+
rpc: [ 'https://esquiline.devnet.romeprotocol.xyz' ],
|
|
42529
|
+
faucets: [ 'https://app.devnet.romeprotocol.xyz' ],
|
|
42530
|
+
nativeCurrency: { name: 'Esquiline Gas', symbol: 'GAS', decimals: 18 },
|
|
42511
42531
|
infoURL: 'https://rome.builders',
|
|
42512
42532
|
shortName: 'rome-devnet-esquiline',
|
|
42513
42533
|
chainId: 121212,
|
|
@@ -42515,20 +42535,19 @@ const chainArray = [
|
|
|
42515
42535
|
icon: 'rome',
|
|
42516
42536
|
explorers: [
|
|
42517
42537
|
{
|
|
42518
|
-
name: 'Rome
|
|
42519
|
-
url: 'https://
|
|
42538
|
+
name: 'Rome Via Esquiline',
|
|
42539
|
+
url: 'https://via-esquiline.devnet.romeprotocol.xyz',
|
|
42520
42540
|
icon: 'rome',
|
|
42521
42541
|
standard: 'EIP3091'
|
|
42522
42542
|
}
|
|
42523
|
-
]
|
|
42524
|
-
status: 'active'
|
|
42543
|
+
]
|
|
42525
42544
|
},
|
|
42526
42545
|
{
|
|
42527
|
-
name: 'Rome Devnet
|
|
42546
|
+
name: 'Rome Subura Devnet',
|
|
42528
42547
|
chain: 'ROME',
|
|
42529
|
-
rpc: [ 'https://subura
|
|
42530
|
-
faucets: [ 'https://
|
|
42531
|
-
nativeCurrency: { name: '
|
|
42548
|
+
rpc: [ 'https://subura.devnet.romeprotocol.xyz' ],
|
|
42549
|
+
faucets: [ 'https://app.devnet.romeprotocol.xyz' ],
|
|
42550
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
42532
42551
|
infoURL: 'https://rome.builders',
|
|
42533
42552
|
shortName: 'rome-devnet-subura',
|
|
42534
42553
|
chainId: 121213,
|
|
@@ -42536,20 +42555,19 @@ const chainArray = [
|
|
|
42536
42555
|
icon: 'rome',
|
|
42537
42556
|
explorers: [
|
|
42538
42557
|
{
|
|
42539
|
-
name: 'Rome
|
|
42540
|
-
url: 'https://
|
|
42558
|
+
name: 'Rome Via Subura',
|
|
42559
|
+
url: 'https://via-subura.devnet.romeprotocol.xyz',
|
|
42541
42560
|
icon: 'rome',
|
|
42542
42561
|
standard: 'EIP3091'
|
|
42543
42562
|
}
|
|
42544
|
-
]
|
|
42545
|
-
status: 'active'
|
|
42563
|
+
]
|
|
42546
42564
|
},
|
|
42547
42565
|
{
|
|
42548
|
-
name: 'Rome Testnet
|
|
42566
|
+
name: 'Rome Martius Testnet',
|
|
42549
42567
|
chain: 'ROME',
|
|
42550
|
-
rpc: [ 'https://martius
|
|
42551
|
-
faucets: [ 'https://
|
|
42552
|
-
nativeCurrency: { name: '
|
|
42568
|
+
rpc: [ 'https://martius.testnet.romeprotocol.xyz' ],
|
|
42569
|
+
faucets: [ 'https://app.testnet.romeprotocol.xyz' ],
|
|
42570
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
42553
42571
|
infoURL: 'https://rome.builders',
|
|
42554
42572
|
shortName: 'rome-testnet-martius',
|
|
42555
42573
|
chainId: 121214,
|
|
@@ -42557,13 +42575,12 @@ const chainArray = [
|
|
|
42557
42575
|
icon: 'rome',
|
|
42558
42576
|
explorers: [
|
|
42559
42577
|
{
|
|
42560
|
-
name: 'Rome
|
|
42561
|
-
url: 'https://
|
|
42578
|
+
name: 'Rome Via Martius',
|
|
42579
|
+
url: 'https://via-martius.testnet.romeprotocol.xyz',
|
|
42562
42580
|
icon: 'rome',
|
|
42563
42581
|
standard: 'EIP3091'
|
|
42564
42582
|
}
|
|
42565
|
-
]
|
|
42566
|
-
status: 'active'
|
|
42583
|
+
]
|
|
42567
42584
|
},
|
|
42568
42585
|
{
|
|
42569
42586
|
name: 'Rome Testnet Caelian',
|
|
@@ -46653,6 +46670,50 @@ const chainArray = [
|
|
|
46653
46670
|
}
|
|
46654
46671
|
]
|
|
46655
46672
|
},
|
|
46673
|
+
{
|
|
46674
|
+
name: 'ONE Chain Testnet',
|
|
46675
|
+
chain: 'ONE',
|
|
46676
|
+
rpc: [
|
|
46677
|
+
'https://testnet.onechain.nexus:22001',
|
|
46678
|
+
'wss://testnet.onechain.nexus:32001'
|
|
46679
|
+
],
|
|
46680
|
+
faucets: [],
|
|
46681
|
+
nativeCurrency: { name: 'TestnetONE', symbol: 'tONE', decimals: 18 },
|
|
46682
|
+
infoURL: 'https://onechain.nexus',
|
|
46683
|
+
shortName: 'tone',
|
|
46684
|
+
chainId: 612044,
|
|
46685
|
+
networkId: 612044,
|
|
46686
|
+
slip44: 1,
|
|
46687
|
+
explorers: [
|
|
46688
|
+
{
|
|
46689
|
+
name: 'ONE Testnet Explorer',
|
|
46690
|
+
url: 'https://explorer.onechain.nexus/612044',
|
|
46691
|
+
standard: 'EIP3091'
|
|
46692
|
+
}
|
|
46693
|
+
]
|
|
46694
|
+
},
|
|
46695
|
+
{
|
|
46696
|
+
name: 'ONE Chain Mainnet',
|
|
46697
|
+
chain: 'ONE',
|
|
46698
|
+
rpc: [
|
|
46699
|
+
'https://mainnet.onechain.nexus:22001',
|
|
46700
|
+
'wss://mainnet.onechain.nexus:32001'
|
|
46701
|
+
],
|
|
46702
|
+
faucets: [],
|
|
46703
|
+
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
|
46704
|
+
infoURL: 'https://onechain.nexus',
|
|
46705
|
+
shortName: 'one',
|
|
46706
|
+
chainId: 612055,
|
|
46707
|
+
networkId: 612055,
|
|
46708
|
+
slip44: 1100,
|
|
46709
|
+
explorers: [
|
|
46710
|
+
{
|
|
46711
|
+
name: 'ONE Explorer',
|
|
46712
|
+
url: 'https://explorer.onechain.nexus/612055',
|
|
46713
|
+
standard: 'EIP3091'
|
|
46714
|
+
}
|
|
46715
|
+
]
|
|
46716
|
+
},
|
|
46656
46717
|
{
|
|
46657
46718
|
name: 'DJT Testnet',
|
|
46658
46719
|
chain: 'DJT',
|