Skip to content

Commit

Permalink
update type (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln authored Nov 26, 2024
1 parent bc7d137 commit 80987b3
Show file tree
Hide file tree
Showing 2 changed files with 6 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.119",
"version": "0.1.120",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/squid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export interface ChainflipDepositAddressData {
message: string;
gasBudget: string;
};
fillOrKillParams: {
minPrice: string;
refundAddress: string;
retryDurationBlocks: number;
};
};
}

Expand Down

0 comments on commit 80987b3

Please sign in to comment.