From 50deba1f10f187d65318df84c7160aa3f4e58372 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 24 Jun 2021 15:12:47 -0700 Subject: [PATCH] feat: additional serum instructions (#18209) --- explorer/src/components/instruction/serum/types.ts | 2 ++ 1 file changed, 2 insertions(+) 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) {