@exodus/ethereum-api 6.3.33 → 6.3.35

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": "6.3.33",
3
+ "version": "6.3.35",
4
4
  "description": "Ethereum Api",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@exodus/asset-lib": "^3.7.1",
18
18
  "@exodus/crypto": "^1.0.0-rc.0",
19
- "@exodus/ethereum-lib": "^4.0.1",
19
+ "@exodus/ethereum-lib": "^4.0.3",
20
20
  "@exodus/ethereumjs-util": "^7.1.0-exodus.6",
21
21
  "@exodus/fetch": "^1.3.0-beta.4",
22
22
  "@exodus/simple-retry": "^0.0.6",
@@ -34,5 +34,5 @@
34
34
  "devDependencies": {
35
35
  "@exodus/models": "^8.10.4"
36
36
  },
37
- "gitHead": "2f13e38a8972de854d929c4967113aa024ef1be2"
37
+ "gitHead": "66d65ee9561df9952741317a358659a600dabe19"
38
38
  }
@@ -1,7 +1,7 @@
1
1
  import { estimateGasLimit, EthereumStaking, getServer } from '@exodus/ethereum-api'
2
2
  import BN from 'bn.js'
3
3
 
4
- const extraGasLimit = 150000 // extra gas Limit to prevent tx failing if something change on pool state (till tx is in mempool)
4
+ const extraGasLimit = 20000 // extra gas Limit to prevent tx failing if something change on pool state (till tx is in mempool)
5
5
 
6
6
  export function createEthereumStakingService({
7
7
  asset,