@exodus/ethereum-lib 2.10.4 → 2.10.5

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-lib",
3
- "version": "2.10.4",
3
+ "version": "2.10.5",
4
4
  "description": "Ethereum Library",
5
5
  "main": "src/index.js",
6
6
  "author": "Exodus Movement, Inc.",
@@ -24,5 +24,5 @@
24
24
  "peerDependencies": {
25
25
  "@exodus/assets": "8.0.x"
26
26
  },
27
- "gitHead": "704f2a8459929ab1c12653de7df84d1406b67e0f"
27
+ "gitHead": "7b3935c60ae39ce470c129efa86da4e9a06d676b"
28
28
  }
@@ -155,7 +155,6 @@ export default (
155
155
  )
156
156
  // converting to the smallest unit to avoid rounding errors
157
157
  if (
158
- !eip1559Enabled &&
159
158
  calculateTxGasPrice(tx)
160
159
  .to('wei')
161
160
  .gte(currentGasPrice.mul(gasPriceMinimumRate).to('wei'))