@exodus/ethereum-lib 5.17.3 → 5.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [5.18.0](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-lib@5.17.3...@exodus/ethereum-lib@5.18.0) (2025-09-26)
7
+
8
+
9
+ ### Features
10
+
11
+
12
+ * feat(ethereum): use methodId in new staking txs shape (#6335)
13
+
14
+
15
+
6
16
  ## [5.17.3](https://github.com/ExodusMovement/assets/compare/@exodus/ethereum-lib@5.17.2...@exodus/ethereum-lib@5.17.3) (2025-09-25)
7
17
 
8
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-lib",
3
- "version": "5.17.3",
3
+ "version": "5.18.0",
4
4
  "description": "Ethereum utils, such as for cryptography, address encoding/decoding, transaction building, etc.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -50,5 +50,5 @@
50
50
  "type": "git",
51
51
  "url": "git+https://github.com/ExodusMovement/assets.git"
52
52
  },
53
- "gitHead": "5b36f2f5a4b9c067887300f8a0f0e43d8aa7e7c0"
53
+ "gitHead": "cf881908a1cff88e98d2f9a7a3f29357474e3d0c"
54
54
  }
@@ -135,5 +135,6 @@ export default function parseUnsignedTx({ asset, unsignedTx }) {
135
135
  eip1559Enabled,
136
136
  nonce,
137
137
  from: null, // TODO: how?
138
+ data,
138
139
  }
139
140
  }