eth-chainlist 0.0.279 → 0.0.281
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 +104 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.281 (2023-11-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.280 ([a1cbcc7](https://github.com/poowf/eth-chainlist/commit/a1cbcc7c803851bdc2b90bd257112daf69bcb827))
|
9
|
+
* update chain data ([820171c](https://github.com/poowf/eth-chainlist/commit/820171cf9d77899ff2544431d8bf1939b6fbf6f5))
|
10
|
+
|
11
|
+
### 0.0.280 (2023-11-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.279 ([2eaae6e](https://github.com/poowf/eth-chainlist/commit/2eaae6e6a216ea6a7bdc4a60a889034b194eec9d))
|
17
|
+
* update chain data ([51a6f17](https://github.com/poowf/eth-chainlist/commit/51a6f175a39db5e1cc276d75315765b3f5d0ebcd))
|
18
|
+
|
3
19
|
### 0.0.279 (2023-11-08)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -7707,6 +7707,25 @@ const chainArray = [
|
|
7707
7707
|
}
|
7708
7708
|
]
|
7709
7709
|
},
|
7710
|
+
{
|
7711
|
+
name: 'Blitz Subnet',
|
7712
|
+
chain: 'BLITZ',
|
7713
|
+
rpc: [ 'https://subnets.avax.network/blitz/testnet/rpc' ],
|
7714
|
+
features: [ { name: 'EIP1559' } ],
|
7715
|
+
faucets: [],
|
7716
|
+
nativeCurrency: { name: 'BLITZ GAS', symbol: 'BGAS', decimals: 18 },
|
7717
|
+
infoURL: 'https://blitz.gg',
|
7718
|
+
shortName: 'blitz',
|
7719
|
+
chainId: 1343,
|
7720
|
+
networkId: 1343,
|
7721
|
+
explorers: [
|
7722
|
+
{
|
7723
|
+
name: 'BLITZ Explorer',
|
7724
|
+
url: 'https://subnets-test.avax.network/blitz',
|
7725
|
+
standard: 'EIP3091'
|
7726
|
+
}
|
7727
|
+
]
|
7728
|
+
},
|
7710
7729
|
{
|
7711
7730
|
name: 'CIC Chain Mainnet',
|
7712
7731
|
chain: 'CIC',
|
@@ -15653,6 +15672,25 @@ const chainArray = [
|
|
15653
15672
|
}
|
15654
15673
|
]
|
15655
15674
|
},
|
15675
|
+
{
|
15676
|
+
name: 'Cloudverse Subnet',
|
15677
|
+
chain: 'CLOUDVERSE',
|
15678
|
+
rpc: [ 'https://subnets.avax.network/cloudverse/mainnet/rpc' ],
|
15679
|
+
features: [ { name: 'EIP1559' } ],
|
15680
|
+
faucets: [],
|
15681
|
+
nativeCurrency: { name: 'XCLOUD', symbol: 'XCLOUD', decimals: 18 },
|
15682
|
+
infoURL: 'https://muadao.build/',
|
15683
|
+
shortName: 'cloudverse',
|
15684
|
+
chainId: 33210,
|
15685
|
+
networkId: 33210,
|
15686
|
+
explorers: [
|
15687
|
+
{
|
15688
|
+
name: 'CLOUDVERSE Explorer',
|
15689
|
+
url: 'https://subnets.avax.network/cloudverse',
|
15690
|
+
standard: 'EIP3091'
|
15691
|
+
}
|
15692
|
+
]
|
15693
|
+
},
|
15656
15694
|
{
|
15657
15695
|
name: 'Aves Mainnet',
|
15658
15696
|
chain: 'AVS',
|
@@ -16924,6 +16962,26 @@ const chainArray = [
|
|
16924
16962
|
}
|
16925
16963
|
]
|
16926
16964
|
},
|
16965
|
+
{
|
16966
|
+
name: 'Janus Testnet',
|
16967
|
+
chain: 'JanusNetwork',
|
16968
|
+
icon: 'janusnetwork',
|
16969
|
+
rpc: [ 'https://rpc.test.janusnetwork.io' ],
|
16970
|
+
faucets: [],
|
16971
|
+
nativeCurrency: { name: 'Janus', symbol: 'JNS', decimals: 18 },
|
16972
|
+
infoURL: 'https://janus-network.gitbook.io/janus',
|
16973
|
+
shortName: 'janusnetwork-testnet',
|
16974
|
+
chainId: 66988,
|
16975
|
+
networkId: 66988,
|
16976
|
+
status: 'active',
|
16977
|
+
explorers: [
|
16978
|
+
{
|
16979
|
+
name: 'JanusNetwork Testnet Explorer',
|
16980
|
+
url: 'https://beta.scan.janusnetwork.io',
|
16981
|
+
standard: 'none'
|
16982
|
+
}
|
16983
|
+
]
|
16984
|
+
},
|
16927
16985
|
{
|
16928
16986
|
name: 'SiriusNet',
|
16929
16987
|
chain: 'SIN',
|
@@ -20637,6 +20695,52 @@ const chainArray = [
|
|
20637
20695
|
icon: 'quarix',
|
20638
20696
|
explorers: []
|
20639
20697
|
},
|
20698
|
+
{
|
20699
|
+
name: 'XCAP',
|
20700
|
+
title: 'XCAP Mainnet',
|
20701
|
+
chain: 'XCAP',
|
20702
|
+
rpc: [
|
20703
|
+
'https://xcap-mainnet.relay.xcap.network/znzvh2ueyvm2yts5fv5gnul395jbkfb2/rpc1'
|
20704
|
+
],
|
20705
|
+
faucets: [],
|
20706
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
20707
|
+
infoURL: 'https://xcap.network/',
|
20708
|
+
shortName: 'xcap',
|
20709
|
+
chainId: 9322252,
|
20710
|
+
networkId: 9322252,
|
20711
|
+
icon: 'xcap',
|
20712
|
+
explorers: [
|
20713
|
+
{
|
20714
|
+
name: 'blockscout',
|
20715
|
+
url: 'https://xcap-mainnet.explorer.xcap.network',
|
20716
|
+
icon: 'blockscout',
|
20717
|
+
standard: 'EIP3091'
|
20718
|
+
}
|
20719
|
+
]
|
20720
|
+
},
|
20721
|
+
{
|
20722
|
+
name: 'Milvine',
|
20723
|
+
title: 'XCAP Testnet Milvine',
|
20724
|
+
chain: 'XCAP',
|
20725
|
+
rpc: [
|
20726
|
+
'https://xcap-milvine.relay.xcap.network/zj5l55ftsgi027kz4nf14vs8d89inego/rpc1'
|
20727
|
+
],
|
20728
|
+
faucets: [],
|
20729
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
20730
|
+
infoURL: 'https://xcap.network/',
|
20731
|
+
shortName: 'milv',
|
20732
|
+
chainId: 9322253,
|
20733
|
+
networkId: 9322253,
|
20734
|
+
icon: 'xcap',
|
20735
|
+
explorers: [
|
20736
|
+
{
|
20737
|
+
name: 'blockscout',
|
20738
|
+
url: 'https://xcap-milvine.explorer.xcap.network',
|
20739
|
+
icon: 'blockscout',
|
20740
|
+
standard: 'EIP3091'
|
20741
|
+
}
|
20742
|
+
]
|
20743
|
+
},
|
20640
20744
|
{
|
20641
20745
|
name: 'Plian Testnet Subchain 1',
|
20642
20746
|
chain: 'Plian',
|