mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
OP-2818 [Swap] Show order route path and benefits in Swap UI
SwapInfoBase type update package.json version update
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -161,7 +161,7 @@ export type SwapInfoBase = {
|
||||
minAmountOut: number,
|
||||
|
||||
path: string[],
|
||||
exchanges?: string[],
|
||||
exchanges?: Exchange[],
|
||||
poolOptimal: boolean,
|
||||
|
||||
price?: number,
|
||||
|
||||
Reference in New Issue
Block a user