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

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