@exodus/ethereum-plugin 2.17.1 → 2.18.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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.18.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.17.0...@exodus/ethereum-plugin@2.18.0) (2025-11-10)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: enable implicit transaction bumps (#6798)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+
18
+ * fix: correct response to insufficient evm nonce during txSend (#6901)
19
+
20
+
21
+
22
+ ## [2.17.2](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.17.0...@exodus/ethereum-plugin@2.17.2) (2025-11-10)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+
28
+ * fix: correct response to insufficient evm nonce during txSend (#6901)
29
+
30
+
31
+
6
32
  ## [2.17.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.17.0...@exodus/ethereum-plugin@2.17.1) (2025-11-04)
7
33
 
8
34
  **Note:** Version bump only for package @exodus/ethereum-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.17.1",
3
+ "version": "2.18.0",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@exodus/currency": "^6.0.1",
25
- "@exodus/ethereum-api": "^8.56.0",
26
- "@exodus/ethereum-lib": "^5.18.2",
25
+ "@exodus/ethereum-api": "^8.58.0",
26
+ "@exodus/ethereum-lib": "^5.19.0",
27
27
  "@exodus/ethereum-meta": "^2.9.0",
28
28
  "@exodus/ethereumjs": "^1.0.0",
29
29
  "@exodus/simple-retry": "^0.0.6",
@@ -48,5 +48,5 @@
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/ExodusMovement/assets.git"
50
50
  },
51
- "gitHead": "7d384b740c90be9f6c39a4dcfe33508b27b5ea7a"
51
+ "gitHead": "e56c423be0eaf19f1396830fbafd13ab64efa465"
52
52
  }