eth-chainlist 0.0.678 → 0.0.679
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 +37 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.679 (2025-08-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.678 ([5d39b9c](https://github.com/poowf/eth-chainlist/commit/5d39b9cd33a733b872912b2488ebc9f75415c99a))
|
9
|
+
* update chain data ([30edce7](https://github.com/poowf/eth-chainlist/commit/30edce73de697fc270c79e8857bac22f1d82d29d))
|
10
|
+
|
3
11
|
### 0.0.678 (2025-08-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -25326,6 +25326,19 @@ const chainArray = [
|
|
25326
25326
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
25327
25327
|
}
|
25328
25328
|
},
|
25329
|
+
{
|
25330
|
+
name: 'Plasma Mainnet',
|
25331
|
+
chain: 'Plasma',
|
25332
|
+
rpc: [],
|
25333
|
+
faucets: [],
|
25334
|
+
nativeCurrency: { name: 'Plasma', symbol: 'XPL', decimals: 18 },
|
25335
|
+
infoURL: 'https://plasma.to',
|
25336
|
+
shortName: 'plasma-mainnet',
|
25337
|
+
chainId: 9745,
|
25338
|
+
networkId: 9745,
|
25339
|
+
icon: 'plasma',
|
25340
|
+
explorers: []
|
25341
|
+
},
|
25329
25342
|
{
|
25330
25343
|
name: 'Plasma Testnet',
|
25331
25344
|
chain: 'Plasma',
|
@@ -25333,15 +25346,14 @@ const chainArray = [
|
|
25333
25346
|
faucets: [],
|
25334
25347
|
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
|
25335
25348
|
infoURL: 'https://plasma.to',
|
25336
|
-
shortName: 'plasma',
|
25349
|
+
shortName: 'plasma-testnet',
|
25337
25350
|
chainId: 9746,
|
25338
25351
|
networkId: 9746,
|
25339
25352
|
icon: 'plasma',
|
25340
25353
|
explorers: [
|
25341
25354
|
{
|
25342
|
-
name: '
|
25343
|
-
url: 'https://testnet.
|
25344
|
-
icon: 'plasma',
|
25355
|
+
name: 'Routescan',
|
25356
|
+
url: 'https://testnet.plasmascan.to',
|
25345
25357
|
standard: 'EIP3091'
|
25346
25358
|
}
|
25347
25359
|
]
|
@@ -37798,6 +37810,27 @@ const chainArray = [
|
|
37798
37810
|
}
|
37799
37811
|
]
|
37800
37812
|
},
|
37813
|
+
{
|
37814
|
+
name: 'Sova Sepolia Testnet',
|
37815
|
+
chain: 'ETH',
|
37816
|
+
icon: 'sova',
|
37817
|
+
rpc: [ 'https://rpc.testnet.sova.io' ],
|
37818
|
+
faucets: [],
|
37819
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
37820
|
+
infoURL: 'https://sova.io',
|
37821
|
+
shortName: 'sovasep',
|
37822
|
+
chainId: 120893,
|
37823
|
+
networkId: 120893,
|
37824
|
+
slip44: 1,
|
37825
|
+
explorers: [
|
37826
|
+
{
|
37827
|
+
name: 'blockscout',
|
37828
|
+
url: 'https://explorer.testnet.sova.io',
|
37829
|
+
icon: 'blockscout',
|
37830
|
+
standard: 'EIP3091'
|
37831
|
+
}
|
37832
|
+
]
|
37833
|
+
},
|
37801
37834
|
{
|
37802
37835
|
name: 'Rome Devnet Esquiline',
|
37803
37836
|
chain: 'ROME',
|