eth-chainlist 0.0.543 → 0.0.544
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.544 (2024-11-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.543 ([35f3ba1](https://github.com/poowf/eth-chainlist/commit/35f3ba1ba7877434cc0566cb0920c8666f57a4c7))
|
|
9
|
+
* update chain data ([4f98366](https://github.com/poowf/eth-chainlist/commit/4f9836693a6d5141196db934d389880d4b11f9e5))
|
|
10
|
+
|
|
3
11
|
### 0.0.543 (2024-11-21)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -23544,6 +23544,18 @@ const chainArray = [
|
|
|
23544
23544
|
],
|
|
23545
23545
|
slip44: 1
|
|
23546
23546
|
},
|
|
23547
|
+
{
|
|
23548
|
+
name: 'Bool Network Beta Mainnet',
|
|
23549
|
+
chain: 'BOOL',
|
|
23550
|
+
rpc: [ 'https://beta-rpc-node-http.bool.network' ],
|
|
23551
|
+
faucets: [],
|
|
23552
|
+
nativeCurrency: { name: 'BOL', symbol: 'BOL', decimals: 18 },
|
|
23553
|
+
infoURL: 'https://bool.network/',
|
|
23554
|
+
shortName: 'BOL',
|
|
23555
|
+
chainId: 11100,
|
|
23556
|
+
networkId: 11100,
|
|
23557
|
+
icon: 'boolnetwork'
|
|
23558
|
+
},
|
|
23547
23559
|
{
|
|
23548
23560
|
name: 'Astra',
|
|
23549
23561
|
chain: 'Astra',
|