@exodus/ethereum-api 8.3.1 → 8.3.2

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": "8.3.1",
3
+ "version": "8.3.2",
4
4
  "description": "Ethereum Api",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -58,5 +58,5 @@
58
58
  "cross-fetch": "^3.1.5",
59
59
  "delay": "4.0.1"
60
60
  },
61
- "gitHead": "3c9024ad13a7d655bc27437d81fec75ed56aee54"
61
+ "gitHead": "11a9b2f22c847d15a678534743f628adf15b0a2e"
62
62
  }
@@ -90,7 +90,7 @@ const getFeeAsyncFactory = ({
90
90
  const l1DataFee = optimismL1DataFee
91
91
  ? asset.baseAsset.currency.baseUnit(optimismL1DataFee)
92
92
  : asset.baseAsset.currency.ZERO
93
- return { fee: fee.add(l1DataFee), gasLimit, ...rest }
93
+ return { fee: fee.add(l1DataFee), optimismL1DataFee, gasLimit, ...rest }
94
94
  }
95
95
  }
96
96