@exodus/ethereum-api 8.45.3 → 8.45.4

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
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.45.4](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.45.3...@exodus/ethereum-api@8.45.4) (2025-08-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+
12
+ * fix: update ETH staking rewards endpoint (#6271)
13
+
14
+
15
+
6
16
  ## [8.45.3](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.45.2...@exodus/ethereum-api@8.45.3) (2025-08-12)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-api",
3
- "version": "8.45.3",
3
+ "version": "8.45.4",
4
4
  "description": "Transaction monitors, fee monitors, RPC with the blockchain node, and other networking code for Ethereum and EVM-based blockchains",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -63,5 +63,5 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/ExodusMovement/assets.git"
65
65
  },
66
- "gitHead": "86e63f20730ac8a7631baf7b13d23cf057dc6dea"
66
+ "gitHead": "410dede14079eafe5f9825a5ca450a8f06739e48"
67
67
  }
@@ -8,7 +8,7 @@ import { getServerByName } from '../../exodus-eth-server/index.js'
8
8
  const MIN_AMOUNT = '0.1'
9
9
  const RETRY_DELAYS = ['10s']
10
10
 
11
- const EVERSTAKE_API_URL = 'https://eth.a.exodus.io/everstake-rewards'
11
+ const EVERSTAKE_API_URL = 'https://eth-clarity.a.exodus.io/everstake-rewards'
12
12
 
13
13
  export class EthereumStaking {
14
14
  static addresses = {