eth-chainlist 0.0.792 → 0.0.793
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.793 (2026-07-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.792 ([2705ef5](https://github.com/poowf/eth-chainlist/commit/2705ef5dfb5c481e2a7f5063d8c84c12d712e833))
|
|
9
|
+
* update chain data ([51448e8](https://github.com/poowf/eth-chainlist/commit/51448e83f4dade1ef6d31b402b1c4232381fd849))
|
|
10
|
+
|
|
3
11
|
### 0.0.792 (2026-07-12)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -18667,6 +18667,26 @@ const chainArray = [
|
|
|
18667
18667
|
}
|
|
18668
18668
|
]
|
|
18669
18669
|
},
|
|
18670
|
+
{
|
|
18671
|
+
name: 'AERE Network',
|
|
18672
|
+
chain: 'AERE',
|
|
18673
|
+
icon: 'aere',
|
|
18674
|
+
rpc: [ 'https://rpc.aere.network', 'https://rpc2.aere.network' ],
|
|
18675
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
18676
|
+
faucets: [],
|
|
18677
|
+
nativeCurrency: { name: 'AERE', symbol: 'AERE', decimals: 18 },
|
|
18678
|
+
infoURL: 'https://aere.network',
|
|
18679
|
+
shortName: 'aere',
|
|
18680
|
+
chainId: 2800,
|
|
18681
|
+
networkId: 2800,
|
|
18682
|
+
explorers: [
|
|
18683
|
+
{
|
|
18684
|
+
name: 'AERE Explorer',
|
|
18685
|
+
url: 'https://explorer.aere.network',
|
|
18686
|
+
standard: 'EIP3091'
|
|
18687
|
+
}
|
|
18688
|
+
]
|
|
18689
|
+
},
|
|
18670
18690
|
{
|
|
18671
18691
|
name: 'Morph Holesky',
|
|
18672
18692
|
title: 'Morph Holesky Testnet',
|