Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Aug 7, 2023
1 parent 667bbcf commit eff4b30
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions ts/sdk/src/types/drift_vaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,6 @@ export type DriftVaults = {
},
{
name: 'Token';
},
{
name: 'SharesPercent';
}
];
};
Expand Down Expand Up @@ -1287,11 +1284,6 @@ export type DriftVaults = {
code: 6018;
name: 'WithdrawInProgress';
msg: 'WithdrawInProgress';
},
{
code: 6019;
name: 'SharesPercentTooLarge';
msg: 'SharesPercentTooLarge';
}
];
};
Expand Down Expand Up @@ -2374,9 +2366,6 @@ export const IDL: DriftVaults = {
{
name: 'Token',
},
{
name: 'SharesPercent',
},
],
},
},
Expand Down Expand Up @@ -2586,10 +2575,5 @@ export const IDL: DriftVaults = {
name: 'WithdrawInProgress',
msg: 'WithdrawInProgress',
},
{
code: 6019,
name: 'SharesPercentTooLarge',
msg: 'SharesPercentTooLarge',
}
],
};

0 comments on commit eff4b30

Please sign in to comment.