eth-chainlist 0.0.167 → 0.0.168
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 +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.168 (2023-06-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.167 ([d4b8e09](https://github.com/poowf/eth-chainlist/commit/d4b8e0991ee1da78262c1517da7a7cf39005d42d))
|
9
|
+
* update chain data ([162694a](https://github.com/poowf/eth-chainlist/commit/162694a4780cd3c8fff264081e868330e0fa8751))
|
10
|
+
|
3
11
|
### 0.0.167 (2023-06-10)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -8712,19 +8712,19 @@ const chainArray = [
|
|
8712
8712
|
]
|
8713
8713
|
},
|
8714
8714
|
{
|
8715
|
-
name: '
|
8716
|
-
chain: '
|
8717
|
-
rpc: [ 'https://
|
8715
|
+
name: 'Jouleverse Mainnet',
|
8716
|
+
chain: 'Jouleverse',
|
8717
|
+
rpc: [ 'https://rpc.jnsdao.com:8503' ],
|
8718
8718
|
faucets: [],
|
8719
8719
|
nativeCurrency: { name: 'J', symbol: 'J', decimals: 18 },
|
8720
|
-
infoURL: 'https://
|
8721
|
-
shortName: '
|
8720
|
+
infoURL: 'https://jnsdao.com',
|
8721
|
+
shortName: 'jouleverse',
|
8722
8722
|
chainId: 3666,
|
8723
8723
|
networkId: 3666,
|
8724
8724
|
explorers: [
|
8725
8725
|
{
|
8726
|
-
name: '
|
8727
|
-
url: 'https://
|
8726
|
+
name: 'jscan',
|
8727
|
+
url: 'https://jscan.jnsdao.com',
|
8728
8728
|
standard: 'EIP3091'
|
8729
8729
|
}
|
8730
8730
|
]
|