Skip to content

Commit

Permalink
feat: Sanctum S (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana authored May 5, 2024
1 parent 05068ce commit 4bc3019
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,18 @@ pub enum Swap {
quantity_is_input: bool,
quantity_is_collateral: bool,
},
SanctumS {
src_lst_value_calc_accs: u8,
dst_lst_value_calc_accs: u8,
src_lst_index: u32,
dst_lst_index: u32,
},
SanctumSAddLiquidity {
lst_value_calc_accs: u8,
lst_index: u32,
},
SanctumSRemoveLiquidity {
lst_value_calc_accs: u8,
lst_index: u32,
},
}

0 comments on commit 4bc3019

Please sign in to comment.