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,