eth-chainlist 0.0.661 → 0.0.662
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 +28 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.662 (2025-06-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.661 ([ed58643](https://github.com/poowf/eth-chainlist/commit/ed58643b466c3d03753c30a8492e6c5e0301a466))
|
9
|
+
* update chain data ([73bd6ec](https://github.com/poowf/eth-chainlist/commit/73bd6ec22dd26b10c6e4672555571aacddb52283))
|
10
|
+
|
3
11
|
### 0.0.661 (2025-06-04)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -19183,6 +19183,34 @@ const chainArray = [
|
|
19183
19183
|
}
|
19184
19184
|
]
|
19185
19185
|
},
|
19186
|
+
{
|
19187
|
+
name: 'Layer Edge Mainnet',
|
19188
|
+
title: 'EDGEN',
|
19189
|
+
chain: 'EDGEN',
|
19190
|
+
rpc: [
|
19191
|
+
'https://layeredge-mainnet-evm.itrocket.net',
|
19192
|
+
'https://layeredge.rpc.subquery.network/public',
|
19193
|
+
'https://rpc.layeredge.io',
|
19194
|
+
'https://rpc2.layeredge.io',
|
19195
|
+
'https://rpc.layeredge.foundation',
|
19196
|
+
'https://rpc2.layeredge.foundation'
|
19197
|
+
],
|
19198
|
+
faucets: [],
|
19199
|
+
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
19200
|
+
infoURL: 'https://layeredge.io',
|
19201
|
+
shortName: 'LayerEdge',
|
19202
|
+
chainId: 4207,
|
19203
|
+
networkId: 4207,
|
19204
|
+
icon: 'edgen',
|
19205
|
+
explorers: [
|
19206
|
+
{
|
19207
|
+
name: 'Layer Edge Explorer',
|
19208
|
+
url: 'https://edgenscan.io',
|
19209
|
+
icon: 'edgen',
|
19210
|
+
standard: 'EIP3091'
|
19211
|
+
}
|
19212
|
+
]
|
19213
|
+
},
|
19186
19214
|
{
|
19187
19215
|
name: 'Nexi Mainnet',
|
19188
19216
|
chain: 'Nexi',
|