@paraswap/core
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -42,7 +42,7 @@ import { SwapSide } from './constants'; | ||
srcAmount: NumberAsString; | ||
srcUSD: NumberAsString; | ||
srcUSD: NumberAsString | null; | ||
destToken: Address; | ||
destDecimals: number; | ||
destAmount: NumberAsString; | ||
destUSD: NumberAsString; | ||
destUSD: NumberAsString | null; | ||
bestRoute: OptimalRoute[]; | ||
@@ -67,3 +67,3 @@ gasCostUSD: NumberAsString; | ||
V5 = "5", | ||
V6 = "6.2" | ||
V6 = "6.1" | ||
} |
@@ -7,4 +7,4 @@ "use strict"; | ||
ParaSwapVersion["V5"] = "5"; | ||
ParaSwapVersion["V6"] = "6.2"; | ||
ParaSwapVersion["V6"] = "6.1"; | ||
})(ParaSwapVersion = exports.ParaSwapVersion || (exports.ParaSwapVersion = {})); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@paraswap/core", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Common library used between different paraswap packages", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -46,7 +46,7 @@ import { SwapSide } from './constants'; | ||
srcAmount: NumberAsString; | ||
srcUSD: NumberAsString; | ||
srcUSD: NumberAsString | null; | ||
destToken: Address; | ||
destDecimals: number; | ||
destAmount: NumberAsString; | ||
destUSD: NumberAsString; | ||
destUSD: NumberAsString | null; | ||
bestRoute: OptimalRoute[]; | ||
@@ -72,3 +72,3 @@ gasCostUSD: NumberAsString; | ||
V5 = '5', | ||
V6 = '6.2', | ||
V6 = '6.1', | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20525