Skip to content

Commit

Permalink
feat: additional serum instructions (solana-labs#18209)
Browse files Browse the repository at this point in the history
  • Loading branch information
oJshua authored Jun 24, 2021
1 parent 4b314be commit 50deba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/src/components/instruction/serum/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ const SERUM_CODE_LOOKUP: { [key: number]: string } = {
11: "Cancel Order",
12: "Cancel Order By Client Id",
13: "Send Take",
14: "Close Open Orders",
15: "Init Open Orders",
};

export function parseSerumInstructionCode(instruction: TransactionInstruction) {
Expand Down

0 comments on commit 50deba1

Please sign in to comment.