eth-chainlist 0.0.812 → 0.0.813

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.813 (2026-08-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.812 ([a537350](https://github.com/poowf/eth-chainlist/commit/a537350a3830e21a6faa44d2cf763fa0933f6329))
9
+ * update chain data ([f3220e4](https://github.com/poowf/eth-chainlist/commit/f3220e48f31efaf4c135f2df7f6ccbdafb54a4fd))
10
+
3
11
  ### 0.0.812 (2026-08-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2798,20 +2798,21 @@ const chainArray = [
2798
2798
  networkId: 132
2799
2799
  },
2800
2800
  {
2801
- name: 'HashKey Chain Testnet',
2802
- title: 'HashKey Chain Testnet',
2803
- chain: 'HashKey Chain Testnet',
2801
+ name: 'HSKChain Testnet',
2802
+ title: 'HSKChain Testnet',
2803
+ chain: 'HSKChain Testnet',
2804
+ icon: 'hskchain',
2804
2805
  rpc: [ 'https://testnet.hsk.xyz' ],
2805
2806
  faucets: [],
2806
2807
  nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
2807
- infoURL: 'https://hashkeychain.net',
2808
+ infoURL: 'https://hskchain.net',
2808
2809
  shortName: 'HSKT',
2809
2810
  chainId: 133,
2810
2811
  networkId: 133,
2811
2812
  explorers: [
2812
2813
  {
2813
2814
  name: 'blockscout',
2814
- url: 'https://testnet-explorer.hsk.xyz',
2815
+ url: 'https://testnet-explorer.hskchain.net',
2815
2816
  icon: 'blockscout',
2816
2817
  standard: 'EIP3091'
2817
2818
  }
@@ -3441,6 +3442,7 @@ const chainArray = [
3441
3442
  {
3442
3443
  name: 'Farm Chain',
3443
3444
  chain: 'FMC',
3445
+ icon: 'fmc',
3444
3446
  rpc: [ 'https://rpc.fmcscan.com' ],
3445
3447
  faucets: [],
3446
3448
  nativeCurrency: { name: 'Farm Coin', symbol: 'FMC', decimals: 18 },
@@ -3674,26 +3676,21 @@ const chainArray = [
3674
3676
  ]
3675
3677
  },
3676
3678
  {
3677
- name: 'HashKey Chain',
3678
- title: 'HashKey Chain',
3679
- chain: 'HashKey Chain',
3679
+ name: 'HSKChain',
3680
+ title: 'HSKChain',
3681
+ chain: 'HSKChain',
3682
+ icon: 'hskchain',
3680
3683
  rpc: [ 'https://mainnet.hsk.xyz' ],
3681
3684
  faucets: [],
3682
3685
  nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
3683
- infoURL: 'https://hsk.xyz',
3686
+ infoURL: 'https://hskchain.net',
3684
3687
  shortName: 'hsk',
3685
3688
  chainId: 177,
3686
3689
  networkId: 177,
3687
3690
  explorers: [
3688
3691
  {
3689
3692
  name: 'blockscout',
3690
- url: 'https://hashkey.blockscout.com',
3691
- icon: 'blockscout',
3692
- standard: 'EIP3091'
3693
- },
3694
- {
3695
- name: 'blockscout',
3696
- url: 'https://explorer.hsk.xyz',
3693
+ url: 'https://hsk.blockscout.com',
3697
3694
  icon: 'blockscout',
3698
3695
  standard: 'EIP3091'
3699
3696
  }
@@ -23203,14 +23200,25 @@ const chainArray = [
23203
23200
  {
23204
23201
  name: 'Orden Global',
23205
23202
  chain: 'OGB',
23206
- rpc: [],
23203
+ rpc: [
23204
+ 'https://ordenglobal-rpc.com',
23205
+ 'https://rpc.ordenglobal-rpc.com'
23206
+ ],
23207
23207
  faucets: [],
23208
23208
  nativeCurrency: { name: 'Origen', symbol: 'ORIGEN', decimals: 18 },
23209
23209
  infoURL: 'https://ordenglobal.org',
23210
23210
  shortName: 'ogb',
23211
23211
  chainId: 5550,
23212
23212
  networkId: 5550,
23213
- status: 'incubating'
23213
+ icon: 'ordenglobal',
23214
+ explorers: [
23215
+ {
23216
+ name: 'ordenscan',
23217
+ url: 'https://ordenscan.com',
23218
+ standard: 'EIP3091'
23219
+ }
23220
+ ],
23221
+ status: 'active'
23214
23222
  },
23215
23223
  {
23216
23224
  name: 'Nahmii 2 Mainnet',
@@ -40071,10 +40079,10 @@ const chainArray = [
40071
40079
  icon: 'berachain',
40072
40080
  explorers: [
40073
40081
  {
40074
- name: 'Beratrail',
40075
- url: 'https://bepolia.beratrail.io',
40082
+ name: 'Berascan Bepolia Testnet Block Explorer',
40083
+ url: 'https://testnet.berascan.com',
40076
40084
  icon: 'berachain',
40077
- standard: 'none'
40085
+ standard: 'EIP3091'
40078
40086
  }
40079
40087
  ]
40080
40088
  },
@@ -40139,14 +40147,9 @@ const chainArray = [
40139
40147
  icon: 'berachain',
40140
40148
  explorers: [
40141
40149
  {
40142
- name: 'Berascan',
40150
+ name: 'Berascan Berachain Block Explorer',
40143
40151
  url: 'https://berascan.com',
40144
40152
  standard: 'EIP3091'
40145
- },
40146
- {
40147
- name: 'Beratrail',
40148
- url: 'https://beratrail.io',
40149
- standard: 'EIP3091'
40150
40153
  }
40151
40154
  ]
40152
40155
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.812",
3
+ "version": "0.0.813",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {