Skip to content

Commit

Permalink
update chainflip type (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln authored Jan 3, 2025
1 parent 5b82ad4 commit 933b1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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.130",
"version": "0.1.131",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 1 addition & 5 deletions src/squid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ export interface OnChainExecutionData {
export interface ChainflipDepositAddressData {
type: SquidDataType;
request: {
quote: any;
amount: string;
fromChain: string;
fromAsset: string;
toChain: string;
toAsset: string;
fromAddress?: string;
toAddress: string;
maxBoostFeeBps?: number;
ccmParams?: {
message: string;
gasBudget: string;
Expand Down

0 comments on commit 933b1b3

Please sign in to comment.