eth-chainlist 0.0.223 → 0.0.224
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 +19 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.224 (2023-09-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.223 ([45c3610](https://github.com/poowf/eth-chainlist/commit/45c3610f5a220925c2951a45d9d598c5937e3545))
|
9
|
+
* update chain data ([da10460](https://github.com/poowf/eth-chainlist/commit/da104605ccd1c3af9dca499a5ccfd2c888f6b505))
|
10
|
+
|
3
11
|
### 0.0.223 (2023-08-31)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4892,6 +4892,24 @@ const chainArray = [
|
|
4892
4892
|
}
|
4893
4893
|
]
|
4894
4894
|
},
|
4895
|
+
{
|
4896
|
+
name: 'JuncaChain',
|
4897
|
+
chain: 'JuncaChain',
|
4898
|
+
rpc: [ 'https://rpc.juncachain.com' ],
|
4899
|
+
nativeCurrency: { name: 'JuncaChain Native Token', symbol: 'JGC', decimals: 18 },
|
4900
|
+
faucets: [],
|
4901
|
+
infoURL: 'https://junca-cash.world',
|
4902
|
+
shortName: 'junca',
|
4903
|
+
chainId: 668,
|
4904
|
+
networkId: 668,
|
4905
|
+
explorers: [
|
4906
|
+
{
|
4907
|
+
name: 'JuncaScan',
|
4908
|
+
url: 'https://scan.juncachain.com',
|
4909
|
+
standard: 'EIP3091'
|
4910
|
+
}
|
4911
|
+
]
|
4912
|
+
},
|
4895
4913
|
{
|
4896
4914
|
name: 'JuncaChain testnet',
|
4897
4915
|
chain: 'JuncaChain testnet',
|
@@ -4906,7 +4924,7 @@ const chainArray = [
|
|
4906
4924
|
decimals: 18
|
4907
4925
|
},
|
4908
4926
|
infoURL: 'https://junca-cash.world',
|
4909
|
-
shortName: '
|
4927
|
+
shortName: 'juncat',
|
4910
4928
|
chainId: 669,
|
4911
4929
|
networkId: 669,
|
4912
4930
|
explorers: [
|