Comparing version 3.0.1 to 3.0.2
@@ -166,6 +166,7 @@ "use strict"; | ||
FlamingoSwapHelper_1.FlamingoSwapHelper.isUnwrapNeo(__classPrivateFieldGet(this, _FlamingoSwapServiceNeo3_network, "f"), initialRoutePath)) { | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, amountToUse !== null && amountToUse !== void 0 ? amountToUse : amountToReceive, "a", _FlamingoSwapServiceNeo3_amountToUse_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, amountToUse !== null && amountToUse !== void 0 ? amountToUse : amountToReceive, "a", _FlamingoSwapServiceNeo3_amountToReceive_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, null, "a", _FlamingoSwapServiceNeo3_maximumSelling_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, null, "a", _FlamingoSwapServiceNeo3_minimumReceived_set); | ||
const amount = amountToUse !== null && amountToUse !== void 0 ? amountToUse : amountToReceive; | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, amount, "a", _FlamingoSwapServiceNeo3_amountToUse_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, amount, "a", _FlamingoSwapServiceNeo3_amountToReceive_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, amount, "a", _FlamingoSwapServiceNeo3_maximumSelling_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, amount, "a", _FlamingoSwapServiceNeo3_minimumReceived_set); | ||
__classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, null, "a", _FlamingoSwapServiceNeo3_liquidityProviderFee_set); | ||
@@ -172,0 +173,0 @@ __classPrivateFieldSet(this, _FlamingoSwapServiceNeo3_instances, null, "a", _FlamingoSwapServiceNeo3_priceImpact_set); |
{ | ||
"name": "bs-neo3", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
3471
188365