eth-chainlist 0.0.806 → 0.0.807

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.807 (2026-08-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.806 ([dcf7665](https://github.com/poowf/eth-chainlist/commit/dcf76658fb2708b57be968209b6712c1856d8436))
9
+ * update chain data ([65c86c4](https://github.com/poowf/eth-chainlist/commit/65c86c4b7689d2548088262e190fc5f0bf4940dd))
10
+
3
11
  ### 0.0.806 (2026-08-13)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6730,7 +6730,7 @@ const chainArray = [
6730
6730
  {
6731
6731
  name: 'Ozone Chain Testnet',
6732
6732
  chain: 'OZONE',
6733
- rpc: [ 'https://node1.testnet.ozonechain.io' ],
6733
+ rpc: [ 'https://node2.testnet.ozonechain.io' ],
6734
6734
  faucets: [],
6735
6735
  nativeCurrency: { name: 'OZONE', symbol: 'OZO', decimals: 18 },
6736
6736
  infoURL: 'https://ozonechain.io',
@@ -27071,6 +27071,25 @@ const chainArray = [
27071
27071
  }
27072
27072
  ]
27073
27073
  },
27074
+ {
27075
+ name: 'Garuda Chain Mainnet',
27076
+ chain: 'GDC',
27077
+ rpc: [ 'https://rpc.garudachain.id', 'https://rpc2.garudachain.id' ],
27078
+ faucets: [],
27079
+ nativeCurrency: { name: 'Garuda Digital Coin', symbol: 'GDC', decimals: 18 },
27080
+ infoURL: 'https://garudachain.id',
27081
+ shortName: 'garuda',
27082
+ chainId: 8846,
27083
+ networkId: 8846,
27084
+ explorers: [
27085
+ {
27086
+ name: 'Garuda Explorer',
27087
+ url: 'https://explorer.garudachain.id',
27088
+ standard: 'EIP3091'
27089
+ }
27090
+ ],
27091
+ status: 'active'
27092
+ },
27074
27093
  {
27075
27094
  name: 'MARO Blockchain Mainnet',
27076
27095
  chain: 'MARO Blockchain',
@@ -43039,6 +43058,26 @@ const chainArray = [
43039
43058
  }
43040
43059
  ]
43041
43060
  },
43061
+ {
43062
+ name: 'RPHX Mainnet',
43063
+ chain: 'RPHX',
43064
+ icon: 'rphx',
43065
+ rpc: [ 'https://rpc.rphxscan.com' ],
43066
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
43067
+ faucets: [],
43068
+ nativeCurrency: { name: 'RPHX', symbol: 'RPHX', decimals: 18 },
43069
+ infoURL: 'https://rphxscan.com',
43070
+ shortName: 'rphx',
43071
+ chainId: 130526,
43072
+ networkId: 130526,
43073
+ explorers: [
43074
+ {
43075
+ name: 'RphxScan',
43076
+ url: 'https://rphxscan.com',
43077
+ standard: 'EIP3091'
43078
+ }
43079
+ ]
43080
+ },
43042
43081
  {
43043
43082
  name: 'Odyssey Chain (Testnet)',
43044
43083
  chain: 'DIONE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.806",
3
+ "version": "0.0.807",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {