diff --git a/package.json b/package.json index 9e554a6..f602a17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.107", + "version": "0.1.108", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/rfq/index.ts b/src/rfq/index.ts index 5f693cd..03cb633 100644 --- a/src/rfq/index.ts +++ b/src/rfq/index.ts @@ -18,12 +18,8 @@ export type Order = { fromToken: string; toToken: string; expiry: string; - fromAssetType: string; - toAssetType: string; fromAmount: string; - tokenId: string; fillAmount: string; - fillTokenId: string; feeRate: string; fromChain: string; toChain: string;