eth-chainlist 0.0.273 → 0.0.274

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.274 (2023-11-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.273 ([e3402d5](https://github.com/poowf/eth-chainlist/commit/e3402d5c1c043d1d2dac450effde3aec589dfb2e))
9
+ * update chain data ([56b8c3e](https://github.com/poowf/eth-chainlist/commit/56b8c3ea7df62509ec20e8b32a26a20572a8faeb))
10
+
3
11
  ### 0.0.273 (2023-11-02)
4
12
 
5
13
 
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.273",
3
+ "version": "0.0.274",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {