eth-chainlist 0.0.138 → 0.0.139
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.139 (2023-04-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.138 ([ba511f9](https://github.com/poowf/eth-chainlist/commit/ba511f9f11803b54c5eb8127bb8c51932d9c0413))
|
9
|
+
* update chain data ([4dc9d43](https://github.com/poowf/eth-chainlist/commit/4dc9d43e246d90a231bc93b61db94871da9d4924))
|
10
|
+
|
3
11
|
### 0.0.138 (2023-04-27)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1910,7 +1910,7 @@ const chainArray = [
|
|
1910
1910
|
name: 'Nebula Testnet',
|
1911
1911
|
chain: 'NTN',
|
1912
1912
|
icon: 'nebulatestnet',
|
1913
|
-
rpc: [ 'https://testnet.rpc.novanetwork.io
|
1913
|
+
rpc: [ 'https://testnet.rpc.novanetwork.io' ],
|
1914
1914
|
faucets: [ 'https://faucet.novanetwork.io' ],
|
1915
1915
|
nativeCurrency: { name: 'Nebula X', symbol: 'NBX', decimals: 18 },
|
1916
1916
|
infoURL: 'https://novanetwork.io',
|