@exodus/ethereum-api 8.45.4 → 8.45.5

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.5](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-api@8.45.4...@exodus/ethereum-api@8.45.5) (2025-08-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+
12
+ * fix: remove unused isExchange (#6301)
13
+
14
+
15
+
6
16
  ## [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
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-api",
3
- "version": "8.45.4",
3
+ "version": "8.45.5",
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": "410dede14079eafe5f9825a5ca450a8f06739e48"
66
+ "gitHead": "4a8fe143d5a361b7abe599a6c36cf0b4ea7457ee"
67
67
  }
package/src/tx-create.js CHANGED
@@ -207,7 +207,6 @@ export const createTxFactory = ({ chainId, assetClientInterface, useAbsoluteNonc
207
207
  tipGasPrice: providedTipGasPrice,
208
208
  gasPrice: providedGasPrice,
209
209
  bip70,
210
- isExchange,
211
210
  customFee,
212
211
  isSendAll,
213
212
  bumpTxId,