@cryptorubic/sdk
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@cryptorubic/sdk", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "tslib": "^2.3.0" |
@@ -20,2 +20,4 @@ import { CrossChainTradeType, FeeInfo, OnChainTradeType, PriceTokenAmount, SwapType } from "@cryptorubic/core"; | ||
readonly promotions: unknown[]; | ||
readonly slippage: number; | ||
readonly priceImpact: number | null; | ||
private get walletAddress(); | ||
@@ -22,0 +24,0 @@ private get web3Adapter(); |
@@ -27,2 +27,4 @@ "use strict"; | ||
this.toTokenAmountMin = params.toTokenAmountMin; | ||
this.slippage = params.slippage; | ||
this.priceImpact = params.priceImpact; | ||
} | ||
@@ -29,0 +31,0 @@ async needApprove() { |
41448
964