diff --git a/explorer/src/components/instruction/serum/types.ts b/explorer/src/components/instruction/serum/types.ts index 6232c9b6e5..6318390b7d 100644 --- a/explorer/src/components/instruction/serum/types.ts +++ b/explorer/src/components/instruction/serum/types.ts @@ -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) {