eth-chainlist 0.0.680 → 0.0.682
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 +26 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.682 (2025-08-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.681 ([d0e115c](https://github.com/poowf/eth-chainlist/commit/d0e115c30208cedaa2a2d92ce2fcc2e99da8dfd8))
|
9
|
+
* update chain data ([384239f](https://github.com/poowf/eth-chainlist/commit/384239ff9ead9792800b6aa3d17faa437a4b56ea))
|
10
|
+
|
11
|
+
### 0.0.681 (2025-08-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.680 ([4d44f06](https://github.com/poowf/eth-chainlist/commit/4d44f061a2aeee858956b4a850bd3d2836d72a01))
|
17
|
+
* update chain data ([7783c5f](https://github.com/poowf/eth-chainlist/commit/7783c5f51f41290a36e5d16bbcee68337ffb7422))
|
18
|
+
|
3
19
|
### 0.0.680 (2025-08-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3558,7 +3558,7 @@ const chainArray = [
|
|
3558
3558
|
chain: 'ENI',
|
3559
3559
|
rpc: [ 'https://rpc.eniac.network' ],
|
3560
3560
|
faucets: [],
|
3561
|
-
nativeCurrency: { name: '
|
3561
|
+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
3562
3562
|
infoURL: 'https://eniac.network/',
|
3563
3563
|
shortName: 'eni',
|
3564
3564
|
chainId: 173,
|
@@ -21263,6 +21263,30 @@ const chainArray = [
|
|
21263
21263
|
}
|
21264
21264
|
]
|
21265
21265
|
},
|
21266
|
+
{
|
21267
|
+
name: 'MANTRACHAIN Testnet',
|
21268
|
+
chain: 'Dukong',
|
21269
|
+
rpc: [
|
21270
|
+
'https://evm.dukong.mantrachain.io',
|
21271
|
+
'wss://evm.dukong.mantrachain.io/ws'
|
21272
|
+
],
|
21273
|
+
faucets: [ 'https://faucet.dukong.mantrachain.io' ],
|
21274
|
+
nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
|
21275
|
+
infoURL: 'https://mantrachain.io',
|
21276
|
+
shortName: 'dukong',
|
21277
|
+
chainId: 5887,
|
21278
|
+
networkId: 5887,
|
21279
|
+
slip44: 1,
|
21280
|
+
icon: 'om',
|
21281
|
+
explorers: [
|
21282
|
+
{
|
21283
|
+
name: 'Dukong Explorer',
|
21284
|
+
url: 'http://mantrascan.io',
|
21285
|
+
standard: 'none',
|
21286
|
+
icon: 'om'
|
21287
|
+
}
|
21288
|
+
]
|
21289
|
+
},
|
21266
21290
|
{
|
21267
21291
|
name: 'BounceBit Testnet',
|
21268
21292
|
chain: 'BounceBit',
|
@@ -44024,7 +44048,7 @@ const chainArray = [
|
|
44024
44048
|
chain: 'ENI',
|
44025
44049
|
rpc: [ 'https://rpc-testnet.eniac.network' ],
|
44026
44050
|
faucets: [],
|
44027
|
-
nativeCurrency: { name: '
|
44051
|
+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
44028
44052
|
infoURL: 'https://eniac.network/',
|
44029
44053
|
shortName: 'eni-test',
|
44030
44054
|
chainId: 6912115,
|