eth-chainlist 0.0.590 → 0.0.591
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 +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.591 (2025-01-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.590 ([464f3f6](https://github.com/poowf/eth-chainlist/commit/464f3f6b3e0d427be1701fee0ac54f9dd7759ba7))
|
9
|
+
* update chain data ([762fe3b](https://github.com/poowf/eth-chainlist/commit/762fe3b5004bc0c4af9e204179555775059a7fa6))
|
10
|
+
|
3
11
|
### 0.0.590 (2025-01-19)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -32912,6 +32912,19 @@ const chainArray = [
|
|
32912
32912
|
}
|
32913
32913
|
]
|
32914
32914
|
},
|
32915
|
+
{
|
32916
|
+
name: 'Berachain',
|
32917
|
+
chain: 'Berachain',
|
32918
|
+
rpc: [ 'https://rpc.berachain.com' ],
|
32919
|
+
faucets: [ 'https://faucet.berachain.com' ],
|
32920
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
32921
|
+
infoURL: 'https://www.berachain.com',
|
32922
|
+
shortName: 'berachain',
|
32923
|
+
chainId: 80094,
|
32924
|
+
networkId: 80094,
|
32925
|
+
icon: 'berachain',
|
32926
|
+
explorers: []
|
32927
|
+
},
|
32915
32928
|
{
|
32916
32929
|
name: 'Hizoco mainnet',
|
32917
32930
|
chain: 'HZC',
|