@exodus/ethereum-plugin 2.12.0 → 2.13.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.13.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.12.1...@exodus/ethereum-plugin@2.13.0) (2025-08-01)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat: tx send split, tx-create (#5854)
13
+
14
+ * feat: use hydra modules in memory-wallet testing (#6157)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+
20
+ * fix: include assetName in txMeta (#6113)
21
+
22
+
23
+
24
+ ## [2.12.1](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.12.0...@exodus/ethereum-plugin@2.12.1) (2025-07-11)
25
+
26
+ **Note:** Version bump only for package @exodus/ethereum-plugin
27
+
28
+
29
+
30
+
31
+
6
32
  ## [2.12.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-plugin@2.11.0...@exodus/ethereum-plugin@2.12.0) (2025-07-10)
7
33
 
8
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-plugin",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "Ethereum plugin for Exodus SDK powered wallets",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@exodus/currency": "^6.0.1",
24
- "@exodus/ethereum-api": "^8.41.0",
24
+ "@exodus/ethereum-api": "^8.42.1",
25
25
  "@exodus/ethereum-lib": "^5.15.1",
26
26
  "@exodus/ethereum-meta": "^2.0.0",
27
27
  "@exodus/ethereumjs": "^1.0.0",
@@ -35,7 +35,7 @@
35
35
  "@exodus/crypto": "^1.0.0-rc.13",
36
36
  "@exodus/evm-fork-testing": "^0.0.1",
37
37
  "@exodus/models": "^12.13.0",
38
- "@exodus/web3-ethereum-utils": "^4.4.0",
38
+ "@exodus/web3-ethereum-utils": "^4.5.0",
39
39
  "delay": "^4.0.1"
40
40
  },
41
41
  "bugs": {
@@ -46,5 +46,5 @@
46
46
  "type": "git",
47
47
  "url": "git+https://github.com/ExodusMovement/assets.git"
48
48
  },
49
- "gitHead": "de047dd756d46667c24f7ec343eb47759cadd15c"
49
+ "gitHead": "f9b554748dc5213f3bb19d9400f719ade96ae84a"
50
50
  }