eth-chainlist 0.0.624 → 0.0.625

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.625 (2025-02-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.624 ([96f2e8f](https://github.com/poowf/eth-chainlist/commit/96f2e8feeb6d5563b227ef4d563f9f3aa0d354ad))
9
+ * update chain data ([cb80100](https://github.com/poowf/eth-chainlist/commit/cb80100e016d845f063776d5b2573ff7ac361878))
10
+
3
11
  ### 0.0.624 (2025-02-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13855,7 +13855,7 @@ const chainArray = [
13855
13855
  explorers: [
13856
13856
  {
13857
13857
  name: 'Selendra Portal',
13858
- url: 'https://portal.selendra.org',
13858
+ url: 'https://explorer.selendra.org',
13859
13859
  standard: 'none'
13860
13860
  }
13861
13861
  ]
@@ -13918,7 +13918,7 @@ const chainArray = [
13918
13918
  explorers: [
13919
13919
  {
13920
13920
  name: 'Selendra Portal',
13921
- url: 'https://portal.selendra.org',
13921
+ url: 'https://explorer.selendra.org',
13922
13922
  standard: 'none'
13923
13923
  }
13924
13924
  ]
@@ -28939,6 +28939,25 @@ const chainArray = [
28939
28939
  }
28940
28940
  ]
28941
28941
  },
28942
+ {
28943
+ name: 'XferChain Testnet',
28944
+ chain: 'XferChain Testnet',
28945
+ icon: 'xferIcon',
28946
+ rpc: [ 'https://testnet-rpc.xferchain.org' ],
28947
+ faucets: [ 'https://faucet.xferchain.org' ],
28948
+ nativeCurrency: { name: 'Dapo', symbol: 'Dapo', decimals: 18 },
28949
+ infoURL: 'https://xferchain.org',
28950
+ shortName: 'DPt',
28951
+ chainId: 27125,
28952
+ networkId: 27125,
28953
+ explorers: [
28954
+ {
28955
+ name: 'XferChain Testnet Explorer',
28956
+ url: 'https://testnet.xferchain.org',
28957
+ standard: 'EIP3091'
28958
+ }
28959
+ ]
28960
+ },
28942
28961
  {
28943
28962
  name: 'KLAOS Nova',
28944
28963
  title: 'KLAOS Nova Test Chain',
@@ -29008,6 +29027,25 @@ const chainArray = [
29008
29027
  }
29009
29028
  ]
29010
29029
  },
29030
+ {
29031
+ name: 'XferChain Mainnet',
29032
+ chain: 'XferChain Mainnet',
29033
+ icon: 'xferIcon',
29034
+ rpc: [ 'https://rpc.xferchain.org' ],
29035
+ faucets: [],
29036
+ nativeCurrency: { name: 'Dapo', symbol: 'Dapo', decimals: 18 },
29037
+ infoURL: 'https://xferchain.org',
29038
+ shortName: 'DPm',
29039
+ chainId: 28125,
29040
+ networkId: 28125,
29041
+ explorers: [
29042
+ {
29043
+ name: 'XferChain Mainnet Explorer',
29044
+ url: 'https://xferchain.org',
29045
+ standard: 'EIP3091'
29046
+ }
29047
+ ]
29048
+ },
29011
29049
  {
29012
29050
  name: 'Vizing Testnet',
29013
29051
  title: 'Vizing Testnet',
@@ -39618,7 +39656,12 @@ const chainArray = [
39618
39656
  {
39619
39657
  name: 'Primea Chain',
39620
39658
  chain: 'Primea Chain',
39621
- rpc: [ 'https://rpc.primeanetwork.com' ],
39659
+ rpc: [
39660
+ 'http://rpc.primeanetwork.com/rpc-http',
39661
+ 'https://rpc.primeanetwork.com/rpc-https',
39662
+ 'ws://rpc.primeanetwork.com/rpc-ws',
39663
+ 'wss://rpc.primeanetwork.com/rpc-wss'
39664
+ ],
39622
39665
  faucets: [],
39623
39666
  nativeCurrency: { name: 'PrimeaCoin', symbol: 'PRIM', decimals: 18 },
39624
39667
  infoURL: 'https://primeanetwork.com',
@@ -45431,6 +45474,32 @@ const chainArray = [
45431
45474
  }
45432
45475
  ]
45433
45476
  },
45477
+ {
45478
+ name: 'ONFA Chain',
45479
+ title: 'ONFA Chain',
45480
+ chain: 'onfa',
45481
+ rpc: [
45482
+ 'https://rpc.onfa.io',
45483
+ 'https://rpc.onfachain.com',
45484
+ 'wss://ws.onfa.io',
45485
+ 'wss://ws.onfachain.com'
45486
+ ],
45487
+ faucets: [],
45488
+ nativeCurrency: { name: 'Onfa Coin', symbol: 'OFC', decimals: 18 },
45489
+ infoURL: 'https://onfa.io',
45490
+ shortName: 'onfa',
45491
+ chainId: 8691942025,
45492
+ networkId: 8691942025,
45493
+ icon: 'onfachain',
45494
+ explorers: [
45495
+ {
45496
+ name: 'ONFA Scan',
45497
+ url: 'https://onfascan.com',
45498
+ icon: 'onfachain',
45499
+ standard: 'EIP3091'
45500
+ }
45501
+ ]
45502
+ },
45434
45503
  {
45435
45504
  name: 'Palm Testnet',
45436
45505
  chain: 'Palm',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.624",
3
+ "version": "0.0.625",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {