eth-chainlist 0.0.279 → 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 +8 -0
- package/data/chain.js +66 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.279 (2023-11-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -16924,6 +16924,26 @@ const chainArray = [
|
|
16924
16924
|
}
|
16925
16925
|
]
|
16926
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
|
+
},
|
16927
16947
|
{
|
16928
16948
|
name: 'SiriusNet',
|
16929
16949
|
chain: 'SIN',
|
@@ -20637,6 +20657,52 @@ const chainArray = [
|
|
20637
20657
|
icon: 'quarix',
|
20638
20658
|
explorers: []
|
20639
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
|
+
},
|
20640
20706
|
{
|
20641
20707
|
name: 'Plian Testnet Subchain 1',
|
20642
20708
|
chain: 'Plian',
|