Skip to content

Commit

Permalink
adding new action type (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsshap authored Oct 12, 2023
1 parent 1d18f28 commit 9e4440c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/enums.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ enum ActionType {
MintShortIntoAccount, // increase short (debt) position in one subAccount, increase long token directly to another subAccount
TransferCollateral, // transfer collateral directly to another subAccount
TransferLong, // transfer long directly to another subAccount
TransferShort // transfer short directly to another subAccount
TransferShort, // transfer short directly to another subAccount
BurnShortInAccount // decreases short position in one subAccount, decreases long position in another
}

0 comments on commit 9e4440c

Please sign in to comment.