Skip to content

Commit

Permalink
add orderHash to route (#107)
Browse files Browse the repository at this point in the history
* add orderHash to route

* increase package version
  • Loading branch information
corysquid authored Sep 3, 2024
1 parent c0c4b23 commit cb72158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.101",
"version": "0.1.102",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export interface RouteAction extends QuoteAction {
description?: string;
logoURI?: string;
estimatedDuration?: number;
orderHash?: string;
data:
| SwapDetails
| WrapDetails
Expand Down

0 comments on commit cb72158

Please sign in to comment.