Skip to content

Commit

Permalink
fix: remove sendAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Jul 12, 2024
1 parent 7a8b83f commit 0e965e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/quote/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface Quote {
fromAmount: string;
toAmount: string;
toAmountMin: string;
sendAmount: string;
exchangeRate: string;
aggregatePriceImpact: string;
estimatedRouteDuration: number;
Expand Down
1 change: 0 additions & 1 deletion src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export interface Route {
fromAmount: string;
toAmount: string;
toAmountMin: string;
sendAmount: string;
exchangeRate: string;
aggregatePriceImpact: string;
estimatedRouteDuration: number;
Expand Down

0 comments on commit 0e965e9

Please sign in to comment.