@exodus/ethereum-plugin 2.19.2 → 2.19.3

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,14 @@
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.19.3](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.19.2...@exodus/ethereum-plugin@2.19.3) (2025-12-15)
7
+
8
+ **Note:** Version bump only for package @exodus/ethereum-plugin
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.19.2](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.19.1...@exodus/ethereum-plugin@2.19.2) (2025-12-09)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.19.2",
3
+ "version": "2.19.3",
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.61.0",
25
+ "@exodus/ethereum-api": "^8.61.2",
26
26
  "@exodus/ethereum-lib": "^5.20.1",
27
27
  "@exodus/ethereum-meta": "^2.9.0",
28
28
  "@exodus/ethereumjs": "^1.0.0",
@@ -48,5 +48,5 @@
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/ExodusMovement/assets.git"
50
50
  },
51
- "gitHead": "727e0bc0ae5bde63d522d618fc14ff7701fdb156"
51
+ "gitHead": "0205169eadf194fa5a97cbac124f0fcb0a701206"
52
52
  }
@@ -303,13 +303,11 @@ export function stakingServiceFactory({ assetClientInterface, server, stakingSer
303
303
  address: to,
304
304
  amount: feeAsset.currency.ZERO,
305
305
  },
306
- options: {
307
- shouldLog: true,
308
- txInput,
309
- gasPrice,
310
- gasLimit,
311
- feeAmount: fee,
312
- },
306
+ shouldLog: true,
307
+ txInput,
308
+ gasPrice,
309
+ gasLimit,
310
+ feeAmount: fee,
313
311
  waitForConfirmation,
314
312
  }
315
313