From f621b4abfdab81bd6c506ed5aa7bac25903fba47 Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Mon, 19 Dec 2022 10:24:31 +0000 Subject: [PATCH] OP-2818 [Swap] Show order route path and benefits in Swap UI SwapInfoBase type update package.json version update --- package.json | 2 +- src/types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88e10f6..562e59e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/types.ts b/src/types.ts index 3fad37d..f0dd6d2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -161,7 +161,7 @@ export type SwapInfoBase = { minAmountOut: number, path: string[], - exchanges?: string[], + exchanges?: Exchange[], poolOptimal: boolean, price?: number,