eth-chainlist 0.0.273 → 0.0.275

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.275 (2023-11-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.274 ([52af63e](https://github.com/poowf/eth-chainlist/commit/52af63e95b1e08cf1b1bb7a87212e1d091e4e1fd))
9
+ * update chain data ([b5e404f](https://github.com/poowf/eth-chainlist/commit/b5e404f6b5484536f2e26ba398f0317fe44b0e84))
10
+
11
+ ### 0.0.274 (2023-11-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.273 ([e3402d5](https://github.com/poowf/eth-chainlist/commit/e3402d5c1c043d1d2dac450effde3aec589dfb2e))
17
+ * update chain data ([56b8c3e](https://github.com/poowf/eth-chainlist/commit/56b8c3ea7df62509ec20e8b32a26a20572a8faeb))
18
+
3
19
  ### 0.0.273 (2023-11-02)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3111,12 +3111,12 @@ const chainArray = [
3111
3111
  ]
3112
3112
  },
3113
3113
  {
3114
- name: 'OKBChain Testnet',
3115
- chain: 'okbchain',
3116
- rpc: [ 'https://okbtestrpc.okbchain.org' ],
3114
+ name: 'Xgon Testnet',
3115
+ chain: 'xgon',
3116
+ rpc: [ 'https://testrpc.xgon.io' ],
3117
3117
  faucets: [ 'https://www.oklink.com/okbc-test' ],
3118
3118
  nativeCurrency: {
3119
- name: 'OKBChain Global Utility Token in testnet',
3119
+ name: 'Xgon Global Utility Token in testnet',
3120
3120
  symbol: 'OKB',
3121
3121
  decimals: 18
3122
3122
  },
@@ -3135,17 +3135,13 @@ const chainArray = [
3135
3135
  status: 'active'
3136
3136
  },
3137
3137
  {
3138
- name: 'OKBChain Mainnet',
3139
- chain: 'okbchain',
3138
+ name: 'Xgon Mainnet',
3139
+ chain: 'xgon',
3140
3140
  rpc: [],
3141
3141
  faucets: [],
3142
- nativeCurrency: {
3143
- name: 'OKBChain Global Utility Token',
3144
- symbol: 'OKB',
3145
- decimals: 18
3146
- },
3142
+ nativeCurrency: { name: 'Xgon Global Utility Token', symbol: 'OKB', decimals: 18 },
3147
3143
  features: [],
3148
- infoURL: 'https://www.okex.com/okc',
3144
+ infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain',
3149
3145
  shortName: 'okb',
3150
3146
  chainId: 196,
3151
3147
  networkId: 196,
@@ -21576,6 +21572,7 @@ const chainArray = [
21576
21572
  shortName: 'hmy-s2',
21577
21573
  chainId: 1666600002,
21578
21574
  networkId: 1666600002,
21575
+ status: 'deprecated',
21579
21576
  explorers: [
21580
21577
  {
21581
21578
  name: 'Harmony Block Explorer',
@@ -21595,6 +21592,7 @@ const chainArray = [
21595
21592
  shortName: 'hmy-s3',
21596
21593
  chainId: 1666600003,
21597
21594
  networkId: 1666600003,
21595
+ status: 'deprecated',
21598
21596
  explorers: [
21599
21597
  {
21600
21598
  name: 'Harmony Block Explorer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.273",
3
+ "version": "0.0.275",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {