Skip to content

Commit

Permalink
feat: Add Heave to swap enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowana committed Aug 6, 2024
1 parent 7e65324 commit 5468332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ pub enum Swap {
PerpsV2Swap,
PerpsV2AddLiquidity,
PerpsV2RemoveLiquidity,
Heaven {
swap_direction: u8,
},
}

#[derive(BorshSerialize, Copy, Clone, PartialEq, Eq, Debug)]
Expand Down

0 comments on commit 5468332

Please sign in to comment.