eth-chainlist 0.0.808 → 0.0.809

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.809 (2026-08-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.808 ([61a8a76](https://github.com/poowf/eth-chainlist/commit/61a8a767094f24e7f0c5f0cdec3a4cf7dca31527))
9
+ * update chain data ([25ebcaf](https://github.com/poowf/eth-chainlist/commit/25ebcaf2def14b48bb0258c5ebd1a3d5d1e873fd))
10
+
3
11
  ### 0.0.808 (2026-08-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2891,7 +2891,8 @@ const chainArray = [
2891
2891
  'https://polygon.gateway.tenderly.co',
2892
2892
  'wss://polygon.gateway.tenderly.co',
2893
2893
  'https://rpc.satelink.network/rpc/polygon',
2894
- 'https://rpcfree.com/polygon-rpc'
2894
+ 'https://rpcfree.com/polygon-rpc',
2895
+ 'wss://rpc.satelink.network/rpc/ws/polygon'
2895
2896
  ],
2896
2897
  faucets: [],
2897
2898
  nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
@@ -5268,6 +5269,19 @@ const chainArray = [
5268
5269
  { name: 'hscan', url: 'https://hscan.org', standard: 'EIP3091' }
5269
5270
  ]
5270
5271
  },
5272
+ {
5273
+ name: 'Orbinum',
5274
+ chain: 'ORB',
5275
+ icon: 'orbinum',
5276
+ rpc: [],
5277
+ faucets: [],
5278
+ nativeCurrency: { name: 'ORB', symbol: 'ORB', decimals: 18 },
5279
+ infoURL: 'https://orbinum.network',
5280
+ shortName: 'orbinum',
5281
+ chainId: 270,
5282
+ networkId: 270,
5283
+ status: 'incubating'
5284
+ },
5271
5285
  {
5272
5286
  name: 'EgonCoin Mainnet',
5273
5287
  chain: 'EGON',
@@ -18640,6 +18654,28 @@ const chainArray = [
18640
18654
  }
18641
18655
  ]
18642
18656
  },
18657
+ {
18658
+ name: 'Orbinum Testnet',
18659
+ chain: 'ORB',
18660
+ icon: 'orbinum',
18661
+ rpc: [
18662
+ 'https://rpc-1.testnet.orbinum.io',
18663
+ 'https://rpc-2.testnet.orbinum.io'
18664
+ ],
18665
+ faucets: [ 'https://faucet.orbinum.network' ],
18666
+ nativeCurrency: { name: 'ORB', symbol: 'ORB', decimals: 18 },
18667
+ infoURL: 'https://orbinum.network',
18668
+ shortName: 'orbinum-testnet',
18669
+ chainId: 2700,
18670
+ networkId: 2700,
18671
+ explorers: [
18672
+ {
18673
+ name: 'Orbinum Privacy Explorer',
18674
+ url: 'https://explorer.testnet.orbinum.network',
18675
+ standard: 'EIP3091'
18676
+ }
18677
+ ]
18678
+ },
18643
18679
  {
18644
18680
  name: 'Morph Testnet',
18645
18681
  chain: 'ETH',
@@ -23140,6 +23176,18 @@ const chainArray = [
23140
23176
  chainId: 5545,
23141
23177
  networkId: 5545
23142
23178
  },
23179
+ {
23180
+ name: 'Orden Global',
23181
+ chain: 'OGB',
23182
+ rpc: [],
23183
+ faucets: [],
23184
+ nativeCurrency: { name: 'Origen', symbol: 'ORIGEN', decimals: 18 },
23185
+ infoURL: 'https://ordenglobal.org',
23186
+ shortName: 'ogb',
23187
+ chainId: 5550,
23188
+ networkId: 5550,
23189
+ status: 'incubating'
23190
+ },
23143
23191
  {
23144
23192
  name: 'Nahmii 2 Mainnet',
23145
23193
  chain: 'Nahmii',
@@ -26771,7 +26819,8 @@ const chainArray = [
26771
26819
  'https://base-rpc.publicnode.com',
26772
26820
  'wss://base-rpc.publicnode.com',
26773
26821
  'https://rpcfree.com/base-rpc',
26774
- 'https://rpc.baseazul.dev'
26822
+ 'https://rpc.baseazul.dev',
26823
+ 'https://rpc.satelink.network/rpc/base'
26775
26824
  ],
26776
26825
  faucets: [],
26777
26826
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -26797,11 +26846,6 @@ const chainArray = [
26797
26846
  url: 'https://base.dex.guru',
26798
26847
  icon: 'dexguru',
26799
26848
  standard: 'EIP3091'
26800
- },
26801
- {
26802
- name: 'Routescan',
26803
- url: 'https://base.superscan.network',
26804
- standard: 'EIP3091'
26805
26849
  }
26806
26850
  ],
26807
26851
  status: 'active'
@@ -35447,7 +35491,8 @@ const chainArray = [
35447
35491
  'https://arb1.arbitrum.io/rpc',
35448
35492
  'https://arbitrum-one-rpc.publicnode.com',
35449
35493
  'wss://arbitrum-one-rpc.publicnode.com',
35450
- 'https://rpcfree.com/arbitrum-rpc'
35494
+ 'https://rpcfree.com/arbitrum-rpc',
35495
+ 'https://rpc.satelink.network/rpc/arbitrum'
35451
35496
  ],
35452
35497
  faucets: [],
35453
35498
  explorers: [
@@ -39205,7 +39250,7 @@ const chainArray = [
39205
39250
  ]
39206
39251
  },
39207
39252
  {
39208
- name: 'EAV7 EAVM',
39253
+ name: 'EAV7',
39209
39254
  chain: 'EAV7',
39210
39255
  icon: 'eav7',
39211
39256
  rpc: [ 'https://rpc.eavscan.com' ],
@@ -39877,7 +39922,8 @@ const chainArray = [
39877
39922
  'https://rpc-amoy.polygon.technology',
39878
39923
  'https://polygon-amoy-bor-rpc.publicnode.com',
39879
39924
  'wss://polygon-amoy-bor-rpc.publicnode.com',
39880
- 'https://polygon-amoy.drpc.org'
39925
+ 'https://polygon-amoy.drpc.org',
39926
+ 'https://rpc.satelink.network/rpc/amoy'
39881
39927
  ],
39882
39928
  faucets: [ 'https://faucet.polygon.technology/' ],
39883
39929
  nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
@@ -47613,6 +47659,25 @@ const chainArray = [
47613
47659
  ],
47614
47660
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
47615
47661
  },
47662
+ {
47663
+ name: 'HanChain Mainnet',
47664
+ chain: 'HAN',
47665
+ rpc: [ 'https://rpc.hanchain.cc/rpc' ],
47666
+ features: [ { name: 'EIP1559' } ],
47667
+ faucets: [],
47668
+ nativeCurrency: { name: 'HAN', symbol: 'HAN', decimals: 18 },
47669
+ infoURL: 'https://rpc.hanchain.cc',
47670
+ shortName: 'hanchain',
47671
+ chainId: 726578,
47672
+ networkId: 726578,
47673
+ explorers: [
47674
+ {
47675
+ name: 'HanChain Explorer',
47676
+ url: 'https://rpc.hanchain.cc',
47677
+ standard: 'EIP3091'
47678
+ }
47679
+ ]
47680
+ },
47616
47681
  {
47617
47682
  name: 'bokuto',
47618
47683
  chain: 'bokuto',
@@ -54821,6 +54886,25 @@ const chainArray = [
54821
54886
  }
54822
54887
  ]
54823
54888
  },
54889
+ {
54890
+ name: 'GUT Network',
54891
+ chain: 'GUT',
54892
+ rpc: [ 'https://rpc.gut.network' ],
54893
+ faucets: [],
54894
+ nativeCurrency: { name: 'GUT', symbol: 'GUT', decimals: 18 },
54895
+ infoURL: 'https://gut.network',
54896
+ shortName: 'gut',
54897
+ chainId: 3078101055,
54898
+ networkId: 3078101055,
54899
+ icon: 'gut',
54900
+ explorers: [
54901
+ {
54902
+ name: 'GUT Explorer',
54903
+ url: 'https://explorer.gut.network',
54904
+ standard: 'none'
54905
+ }
54906
+ ]
54907
+ },
54824
54908
  {
54825
54909
  name: 'Pirl',
54826
54910
  chain: 'PIRL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.808",
3
+ "version": "0.0.809",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {