eth-chainlist 0.0.349 → 0.0.350
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.350 (2024-02-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.349 ([c0d5c7c](https://github.com/poowf/eth-chainlist/commit/c0d5c7cc5ef59d5785bdb1257ad7884c512c6c33))
|
9
|
+
* update chain data ([de600cb](https://github.com/poowf/eth-chainlist/commit/de600cbd05bd6ef673a181ff9025dcc266ef3dc2))
|
10
|
+
|
3
11
|
### 0.0.349 (2024-02-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11099,7 +11099,7 @@ const chainArray = [
|
|
11099
11099
|
icon: 'karak',
|
11100
11100
|
rpc: [ 'https://rpc.karak.network' ],
|
11101
11101
|
faucets: [],
|
11102
|
-
nativeCurrency: { name: '
|
11102
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11103
11103
|
infoURL: 'https://karak.network',
|
11104
11104
|
shortName: 'karak-mainnet',
|
11105
11105
|
chainId: 2410,
|