eth-chainlist 0.0.307 → 0.0.308
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 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.308 (2023-12-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.307 ([cf93929](https://github.com/poowf/eth-chainlist/commit/cf93929c9773f946224a00ce771fd800e8126cbc))
|
9
|
+
* update chain data ([4c2712d](https://github.com/poowf/eth-chainlist/commit/4c2712d5d9bdd76c5e800a8caa3848a892bb8bd7))
|
10
|
+
|
3
11
|
### 0.0.307 (2023-12-18)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -18482,6 +18482,7 @@ const chainArray = [
|
|
18482
18482
|
{
|
18483
18483
|
name: 'Nordek Mainnet',
|
18484
18484
|
chain: 'Nordek',
|
18485
|
+
icon: 'nordek',
|
18485
18486
|
rpc: [ 'https://mainnet-rpc.nordekscan.com' ],
|
18486
18487
|
faucets: [],
|
18487
18488
|
nativeCurrency: { name: 'NRK', symbol: 'NRK', decimals: 18 },
|