@exodus/ethereum-plugin 2.16.1 → 2.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.16.3](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.16.2...@exodus/ethereum-plugin@2.16.3) (2025-10-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+
12
+ * fix: default toTxAddress to be the token address if not provided (#6729)
13
+
14
+
15
+
16
+ ## [2.16.2](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.16.1...@exodus/ethereum-plugin@2.16.2) (2025-10-02)
17
+
18
+ **Note:** Version bump only for package @exodus/ethereum-plugin
19
+
20
+
21
+
22
+
23
+
6
24
  ## [2.16.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.16.0...@exodus/ethereum-plugin@2.16.1) (2025-10-01)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.16.1",
3
+ "version": "2.16.3",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -12,7 +12,8 @@
12
12
  "author": "Exodus Movement, Inc.",
13
13
  "license": "MIT",
14
14
  "publishConfig": {
15
- "access": "public"
15
+ "access": "public",
16
+ "provenance": false
16
17
  },
17
18
  "scripts": {
18
19
  "test": "run -T exodus-test --jest",
@@ -21,8 +22,8 @@
21
22
  },
22
23
  "dependencies": {
23
24
  "@exodus/currency": "^6.0.1",
24
- "@exodus/ethereum-api": "^8.53.2",
25
- "@exodus/ethereum-lib": "^5.18.0",
25
+ "@exodus/ethereum-api": "^8.53.5",
26
+ "@exodus/ethereum-lib": "^5.18.1",
26
27
  "@exodus/ethereum-meta": "^2.9.0",
27
28
  "@exodus/ethereumjs": "^1.0.0",
28
29
  "@exodus/simple-retry": "^0.0.6",
@@ -36,7 +37,7 @@
36
37
  "@exodus/crypto": "^1.0.0-rc.13",
37
38
  "@exodus/evm-fork-testing": "^0.1.0",
38
39
  "@exodus/models": "^12.13.0",
39
- "@exodus/web3-ethereum-utils": "^4.5.0",
40
+ "@exodus/web3-ethereum-utils": "^4.5.1",
40
41
  "delay": "^4.0.1"
41
42
  },
42
43
  "bugs": {
@@ -47,5 +48,5 @@
47
48
  "type": "git",
48
49
  "url": "git+https://github.com/ExodusMovement/assets.git"
49
50
  },
50
- "gitHead": "890149adb5b7fe3119024435d31ea3bce79d155c"
51
+ "gitHead": "48ee2473ddc98a5eb52a69bba220910263d21a45"
51
52
  }