diff --git a/package.json b/package.json index 63ff663..24740a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.87", + "version": "0.1.88", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/quote/index.ts b/src/quote/index.ts index b0f06dd..4939d5d 100644 --- a/src/quote/index.ts +++ b/src/quote/index.ts @@ -12,7 +12,6 @@ export interface Quote { fromAmount: string; toAmount: string; toAmountMin: string; - sendAmount: string; exchangeRate: string; aggregatePriceImpact: string; estimatedRouteDuration: number; diff --git a/src/routes/index.ts b/src/routes/index.ts index d659882..f2013ed 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -66,7 +66,6 @@ export interface Route { fromAmount: string; toAmount: string; toAmountMin: string; - sendAmount: string; exchangeRate: string; aggregatePriceImpact: string; estimatedRouteDuration: number;