eth-chainlist 0.0.280 → 0.0.282
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 +45 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.282 (2023-11-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.281 ([db01030](https://github.com/poowf/eth-chainlist/commit/db0103046959b76a30f3f52c06db8a9477b033d5))
|
9
|
+
* update chain data ([7a3101d](https://github.com/poowf/eth-chainlist/commit/7a3101d3c42bafb837f1ad0e3806e1d72314c64a))
|
10
|
+
|
11
|
+
### 0.0.281 (2023-11-11)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.280 ([a1cbcc7](https://github.com/poowf/eth-chainlist/commit/a1cbcc7c803851bdc2b90bd257112daf69bcb827))
|
17
|
+
* update chain data ([820171c](https://github.com/poowf/eth-chainlist/commit/820171cf9d77899ff2544431d8bf1939b6fbf6f5))
|
18
|
+
|
3
19
|
### 0.0.280 (2023-11-09)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3111,12 +3111,12 @@ const chainArray = [
|
|
3111
3111
|
]
|
3112
3112
|
},
|
3113
3113
|
{
|
3114
|
-
name: '
|
3115
|
-
chain: '
|
3116
|
-
rpc: [ 'https://testrpc.
|
3114
|
+
name: 'X1 Testnet',
|
3115
|
+
chain: 'X1',
|
3116
|
+
rpc: [ 'https://testrpc.x1.tech', 'https://x1testrpc.okx.com' ],
|
3117
3117
|
faucets: [ 'https://www.oklink.com/okbc-test' ],
|
3118
3118
|
nativeCurrency: {
|
3119
|
-
name: '
|
3119
|
+
name: 'X1 Global Utility Token in testnet',
|
3120
3120
|
symbol: 'OKB',
|
3121
3121
|
decimals: 18
|
3122
3122
|
},
|
@@ -3135,11 +3135,11 @@ const chainArray = [
|
|
3135
3135
|
status: 'active'
|
3136
3136
|
},
|
3137
3137
|
{
|
3138
|
-
name: '
|
3139
|
-
chain: '
|
3138
|
+
name: 'X1 Mainnet',
|
3139
|
+
chain: 'X1',
|
3140
3140
|
rpc: [],
|
3141
3141
|
faucets: [],
|
3142
|
-
nativeCurrency: { name: '
|
3142
|
+
nativeCurrency: { name: 'X1 Global Utility Token', symbol: 'OKB', decimals: 18 },
|
3143
3143
|
features: [],
|
3144
3144
|
infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain',
|
3145
3145
|
shortName: 'okb',
|
@@ -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',
|