eth-chainlist 0.0.769 → 0.0.770

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.770 (2026-05-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.769 ([5eaa457](https://github.com/poowf/eth-chainlist/commit/5eaa457e86e209f268369a994a25b393ea315f35))
9
+ * update chain data ([6d6ab7b](https://github.com/poowf/eth-chainlist/commit/6d6ab7b2db160149712ff9cbd6cdb06b3111cee5))
10
+
3
11
  ### 0.0.769 (2026-05-13)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2893,7 +2893,8 @@ const chainArray = [
2893
2893
  'wss://polygon-bor-rpc.publicnode.com',
2894
2894
  'https://polygon.gateway.tenderly.co',
2895
2895
  'wss://polygon.gateway.tenderly.co',
2896
- 'https://rpc.satelink.network/rpc/polygon'
2896
+ 'https://rpc.satelink.network/rpc/polygon',
2897
+ 'https://rpcfree.com/polygon-rpc'
2897
2898
  ],
2898
2899
  faucets: [],
2899
2900
  nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
@@ -49704,6 +49705,7 @@ const chainArray = [
49704
49705
  rpc: [
49705
49706
  'https://rpc.onfachain.com',
49706
49707
  'https://rpc.onfachain.net',
49708
+ 'https://main.onfachain.net',
49707
49709
  'wss://ws.onfachain.com',
49708
49710
  'wss://ws.onfachain.net'
49709
49711
  ],
@@ -49713,6 +49715,7 @@ const chainArray = [
49713
49715
  shortName: 'onfachain',
49714
49716
  chainId: 12082025,
49715
49717
  networkId: 12082025,
49718
+ icon: 'onfachain',
49716
49719
  explorers: [
49717
49720
  {
49718
49721
  name: 'ONFA Scan',
@@ -51026,6 +51029,24 @@ const chainArray = [
51026
51029
  }
51027
51030
  ]
51028
51031
  },
51032
+ {
51033
+ name: 'Cryptos Testnet Beta',
51034
+ chain: 'CRYPTOS',
51035
+ rpc: [ 'https://rpc-testnet-beta-evm.cryptos.com' ],
51036
+ faucets: [],
51037
+ nativeCurrency: { name: 'Cryptos', symbol: 'CRPTOS', decimals: 18 },
51038
+ infoURL: 'https://cryptos.com',
51039
+ shortName: 'cryptos-testnet-beta',
51040
+ chainId: 77777777,
51041
+ networkId: 77777777,
51042
+ explorers: [
51043
+ {
51044
+ name: 'Cryptos Explorer (Testnet Beta)',
51045
+ url: 'https://explorer-beta.cryptos.com',
51046
+ standard: 'EIP3091'
51047
+ }
51048
+ ]
51049
+ },
51029
51050
  {
51030
51051
  name: '0xHash Testnet',
51031
51052
  chain: 'HETH',
@@ -53293,26 +53314,26 @@ const chainArray = [
53293
53314
  ]
53294
53315
  },
53295
53316
  {
53296
- name: 'ONFA Chain',
53297
- title: 'ONFA Chain',
53317
+ name: 'ONFA Chain Testnet',
53318
+ title: 'ONFA Chain Testnet',
53298
53319
  chain: 'onfa',
53299
53320
  rpc: [
53300
- 'https://rpc.onfa.io',
53301
- 'https://rpc.onfachain.com',
53302
- 'wss://ws.onfa.io',
53303
- 'wss://ws.onfachain.com'
53321
+ 'https://rpc-testnet.onfachain.com',
53322
+ 'https://rpc-testnet.onfachain.net',
53323
+ 'wss://ws-testnet.onfachain.com',
53324
+ 'wss://ws-testnet.onfachain.net'
53304
53325
  ],
53305
53326
  faucets: [],
53306
- nativeCurrency: { name: 'Onfa Coin', symbol: 'OFC', decimals: 18 },
53307
- infoURL: 'https://onfa.io',
53308
- shortName: 'onfa',
53327
+ nativeCurrency: { name: 'ONFA Coin', symbol: 'OFCT', decimals: 18 },
53328
+ infoURL: 'https://onfachain.com',
53329
+ shortName: 'onfatestnet',
53309
53330
  chainId: 8691942025,
53310
53331
  networkId: 8691942025,
53311
53332
  icon: 'onfachain',
53312
53333
  explorers: [
53313
53334
  {
53314
53335
  name: 'ONFA Scan',
53315
- url: 'https://onfascan.com',
53336
+ url: 'https://onfascan.io',
53316
53337
  icon: 'onfachain',
53317
53338
  standard: 'EIP3091'
53318
53339
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.769",
3
+ "version": "0.0.770",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {