impermax-sdk 2.1.92 → 2.1.93

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.
@@ -205,9 +205,10 @@ class OnchainInteractionsNftlpUniswapV3 extends onchainInteractionsNftlp_1.defau
205
205
  }
206
206
  }
207
207
  if (ethValue > 0 || doWithdrawEth) {
208
- actions.push(yield actionsGetter.methods.getWithdrawEthAction(this.getAccountAddress()).call());
208
+ //actions.push(await actionsGetter.methods.getWithdrawEthAction(
209
+ // this.getAccountAddress()
210
+ //).call());
209
211
  }
210
- actions = [];
211
212
  return {
212
213
  actions,
213
214
  ethValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.92",
3
+ "version": "2.1.93",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",