OP-2818 [Swap] Show order route path and benefits in Swap UI

SwapInfoBase type update
package.json version update
This commit is contained in:
Mikhail Gladchenko
2022-12-19 10:24:31 +00:00
parent 84f36a9800
commit f621b4abfd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.15.26-rc.1",
"version": "0.15.26-rc.2",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -161,7 +161,7 @@ export type SwapInfoBase = {
minAmountOut: number,
path: string[],
exchanges?: string[],
exchanges?: Exchange[],
poolOptimal: boolean,
price?: number,