eth-chainlist 0.0.670 → 0.0.671
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 +8 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.671 (2025-07-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.670 ([77a54ea](https://github.com/poowf/eth-chainlist/commit/77a54ea5a4d85f8264e10d6e5fe8a4c0da8d199f))
|
9
|
+
* update chain data ([653f3e9](https://github.com/poowf/eth-chainlist/commit/653f3e9c36db07a6fbb0a9177fb875c16a514b84))
|
10
|
+
|
3
11
|
### 0.0.670 (2025-07-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -17864,9 +17864,10 @@ const chainArray = [
|
|
17864
17864
|
chain: 'peaq',
|
17865
17865
|
icon: 'peaq',
|
17866
17866
|
rpc: [
|
17867
|
-
'https://peaq
|
17868
|
-
'https://peaq
|
17869
|
-
'https://
|
17867
|
+
'https://quicknode1.peaq.xyz',
|
17868
|
+
'https://quicknode2.peaq.xyz',
|
17869
|
+
'https://quicknode3.peaq.xyz',
|
17870
|
+
'https://peaq-rpc.publicnode.com'
|
17870
17871
|
],
|
17871
17872
|
faucets: [],
|
17872
17873
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
@@ -25293,9 +25294,9 @@ const chainArray = [
|
|
25293
25294
|
{
|
25294
25295
|
name: 'Plasma Testnet',
|
25295
25296
|
chain: 'Plasma',
|
25296
|
-
rpc: [ 'https://
|
25297
|
+
rpc: [ 'https://testnet-rpc.plasma.to' ],
|
25297
25298
|
faucets: [],
|
25298
|
-
nativeCurrency: { name: 'Testnet Plasma', symbol: '
|
25299
|
+
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
|
25299
25300
|
infoURL: 'https://plasma.to',
|
25300
25301
|
shortName: 'plasma',
|
25301
25302
|
chainId: 9746,
|
@@ -25303,8 +25304,8 @@ const chainArray = [
|
|
25303
25304
|
icon: 'plasma',
|
25304
25305
|
explorers: [
|
25305
25306
|
{
|
25306
|
-
name: '
|
25307
|
-
url: 'https://
|
25307
|
+
name: 'RouteScan',
|
25308
|
+
url: 'https://testnet.plasmaexplorer.io',
|
25308
25309
|
icon: 'plasma',
|
25309
25310
|
standard: 'EIP3091'
|
25310
25311
|
}
|