eth-chainlist 0.0.281 → 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 +8 -0
- package/data/chain.js +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.281 (2023-11-11)
|
4
12
|
|
5
13
|
|
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',
|