diff --git a/package.json b/package.json index 81a56a3..e7349e3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/routes/index.ts b/src/routes/index.ts index 7255bf0..ac1d2ad 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -94,6 +94,7 @@ export interface RouteAction extends QuoteAction { description?: string; logoURI?: string; estimatedDuration?: number; + orderHash?: string; data: | SwapDetails | WrapDetails