eth-chainlist 0.0.278 → 0.0.280
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 +16 -0
- package/data/chain.js +67 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.280 (2023-11-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.279 ([2eaae6e](https://github.com/poowf/eth-chainlist/commit/2eaae6e6a216ea6a7bdc4a60a889034b194eec9d))
|
9
|
+
* update chain data ([51a6f17](https://github.com/poowf/eth-chainlist/commit/51a6f175a39db5e1cc276d75315765b3f5d0ebcd))
|
10
|
+
|
11
|
+
### 0.0.279 (2023-11-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.278 ([d1ab9e2](https://github.com/poowf/eth-chainlist/commit/d1ab9e207342013ce2bbc87e3d265ba9f685d324))
|
17
|
+
* update chain data ([b070135](https://github.com/poowf/eth-chainlist/commit/b070135135e7beb66ab84e7cd8521c1aee0924a7))
|
18
|
+
|
3
19
|
### 0.0.278 (2023-11-07)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4978,8 +4978,7 @@ const chainArray = [
|
|
4978
4978
|
rpc: [
|
4979
4979
|
'https://rpc.rollux.com',
|
4980
4980
|
'https://rollux.public-rpc.com',
|
4981
|
-
'wss://rpc.rollux.com/wss'
|
4982
|
-
'https://rpc.ankr.com/rollux/${ANKR_API_KEY}'
|
4981
|
+
'wss://rpc.rollux.com/wss'
|
4983
4982
|
],
|
4984
4983
|
faucets: [ 'https://rollux.id/faucetapp' ],
|
4985
4984
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
@@ -16925,6 +16924,26 @@ const chainArray = [
|
|
16925
16924
|
}
|
16926
16925
|
]
|
16927
16926
|
},
|
16927
|
+
{
|
16928
|
+
name: 'Janus Testnet',
|
16929
|
+
chain: 'JanusNetwork',
|
16930
|
+
icon: 'janusnetwork',
|
16931
|
+
rpc: [ 'https://rpc.test.janusnetwork.io' ],
|
16932
|
+
faucets: [],
|
16933
|
+
nativeCurrency: { name: 'Janus', symbol: 'JNS', decimals: 18 },
|
16934
|
+
infoURL: 'https://janus-network.gitbook.io/janus',
|
16935
|
+
shortName: 'janusnetwork-testnet',
|
16936
|
+
chainId: 66988,
|
16937
|
+
networkId: 66988,
|
16938
|
+
status: 'active',
|
16939
|
+
explorers: [
|
16940
|
+
{
|
16941
|
+
name: 'JanusNetwork Testnet Explorer',
|
16942
|
+
url: 'https://beta.scan.janusnetwork.io',
|
16943
|
+
standard: 'none'
|
16944
|
+
}
|
16945
|
+
]
|
16946
|
+
},
|
16928
16947
|
{
|
16929
16948
|
name: 'SiriusNet',
|
16930
16949
|
chain: 'SIN',
|
@@ -20638,6 +20657,52 @@ const chainArray = [
|
|
20638
20657
|
icon: 'quarix',
|
20639
20658
|
explorers: []
|
20640
20659
|
},
|
20660
|
+
{
|
20661
|
+
name: 'XCAP',
|
20662
|
+
title: 'XCAP Mainnet',
|
20663
|
+
chain: 'XCAP',
|
20664
|
+
rpc: [
|
20665
|
+
'https://xcap-mainnet.relay.xcap.network/znzvh2ueyvm2yts5fv5gnul395jbkfb2/rpc1'
|
20666
|
+
],
|
20667
|
+
faucets: [],
|
20668
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
20669
|
+
infoURL: 'https://xcap.network/',
|
20670
|
+
shortName: 'xcap',
|
20671
|
+
chainId: 9322252,
|
20672
|
+
networkId: 9322252,
|
20673
|
+
icon: 'xcap',
|
20674
|
+
explorers: [
|
20675
|
+
{
|
20676
|
+
name: 'blockscout',
|
20677
|
+
url: 'https://xcap-mainnet.explorer.xcap.network',
|
20678
|
+
icon: 'blockscout',
|
20679
|
+
standard: 'EIP3091'
|
20680
|
+
}
|
20681
|
+
]
|
20682
|
+
},
|
20683
|
+
{
|
20684
|
+
name: 'Milvine',
|
20685
|
+
title: 'XCAP Testnet Milvine',
|
20686
|
+
chain: 'XCAP',
|
20687
|
+
rpc: [
|
20688
|
+
'https://xcap-milvine.relay.xcap.network/zj5l55ftsgi027kz4nf14vs8d89inego/rpc1'
|
20689
|
+
],
|
20690
|
+
faucets: [],
|
20691
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
20692
|
+
infoURL: 'https://xcap.network/',
|
20693
|
+
shortName: 'milv',
|
20694
|
+
chainId: 9322253,
|
20695
|
+
networkId: 9322253,
|
20696
|
+
icon: 'xcap',
|
20697
|
+
explorers: [
|
20698
|
+
{
|
20699
|
+
name: 'blockscout',
|
20700
|
+
url: 'https://xcap-milvine.explorer.xcap.network',
|
20701
|
+
icon: 'blockscout',
|
20702
|
+
standard: 'EIP3091'
|
20703
|
+
}
|
20704
|
+
]
|
20705
|
+
},
|
20641
20706
|
{
|
20642
20707
|
name: 'Plian Testnet Subchain 1',
|
20643
20708
|
chain: 'Plian',
|