Skip to content

Commit

Permalink
fix: optional slippage
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Jun 10, 2024
1 parent f6cae3e commit 669edeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.77",
"version": "0.1.78",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface RouteRequest {
toChain: string;
toToken: string;
toAddress?: string;
slippage: number;
slippage?: number;
quoteOnly?: boolean;
enableBoost?: boolean;
preHook?: Hook;
Expand Down

0 comments on commit 669edeb

Please sign in to comment.