Skip to content

Commit

Permalink
remove unused params (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
corysquid authored Sep 19, 2024
1 parent 1e8035b commit 15c1151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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.107",
"version": "0.1.108",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 0 additions & 4 deletions src/rfq/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15c1151

Please sign in to comment.