@exodus/ethereum-api 2.25.0 → 2.25.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/ethereum-api",
3
- "version": "2.25.0",
3
+ "version": "2.25.1",
4
4
  "description": "Ethereum Api",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -34,5 +34,5 @@
34
34
  "devDependencies": {
35
35
  "@exodus/models": "^8.7.2"
36
36
  },
37
- "gitHead": "b269a7f2bb12b4d8c107ebe153d099dd8ce4d0ad"
37
+ "gitHead": "26582c94b07259d510c483a753fb0f696edf3957"
38
38
  }
@@ -149,7 +149,8 @@ export async function simulateAndRetrieveSideEffects(transaction) {
149
149
  if (sender) {
150
150
  const preparedBalanceChanges = await prepareBalanceChanges(
151
151
  internalTransactions,
152
- sender.balanceChanges
152
+ sender.balanceChanges,
153
+ transaction.data
153
154
  )
154
155
 
155
156
  for (const balanceChange of preparedBalanceChanges) {