@exodus/ethereum-plugin 2.21.0 → 2.21.2

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,26 @@
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
+ ## [2.21.2](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.21.1...@exodus/ethereum-plugin@2.21.2) (2026-01-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+
12
+ * fix: absolute canonical nonce (#7238)
13
+
14
+
15
+
16
+ ## [2.21.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.21.0...@exodus/ethereum-plugin@2.21.1) (2026-01-07)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+
22
+ * fix: when using absolute balances, ensure we process the most recent record (#7127)
23
+
24
+
25
+
6
26
  ## [2.21.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.20.1...@exodus/ethereum-plugin@2.21.0) (2025-12-22)
7
27
 
8
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.21.0",
3
+ "version": "2.21.2",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@exodus/currency": "^6.0.1",
25
- "@exodus/ethereum-api": "^8.62.0",
25
+ "@exodus/ethereum-api": "^8.62.4",
26
26
  "@exodus/ethereum-lib": "^5.20.2",
27
27
  "@exodus/ethereum-meta": "^2.9.0",
28
28
  "@exodus/ethereumjs": "^1.0.0",
@@ -37,7 +37,7 @@
37
37
  "@exodus/crypto": "^1.0.0-rc.13",
38
38
  "@exodus/evm-fork-testing": "^0.3.1",
39
39
  "@exodus/models": "^12.13.0",
40
- "@exodus/web3-ethereum-utils": "^4.7.0",
40
+ "@exodus/web3-ethereum-utils": "^4.7.1",
41
41
  "delay": "^4.0.1",
42
42
  "ms": "^2.1.1"
43
43
  },
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+https://github.com/ExodusMovement/assets.git"
51
51
  },
52
- "gitHead": "5702f44af435bd6781879ba3e9b2f28fba655c6c"
52
+ "gitHead": "138043f1b7f97c9acc7b7b89b0561f26b80757d5"
53
53
  }
@@ -303,7 +303,6 @@ export function stakingServiceFactory({ assetClientInterface, server, stakingSer
303
303
  address: to,
304
304
  amount: feeAsset.currency.ZERO,
305
305
  },
306
- shouldLog: true,
307
306
  txInput,
308
307
  gasPrice,
309
308
  gasLimit,