diff --git a/explorer/src/components/instruction/serum/types.ts b/explorer/src/components/instruction/serum/types.ts index a2d6c4139..4e077b644 100644 --- a/explorer/src/components/instruction/serum/types.ts +++ b/explorer/src/components/instruction/serum/types.ts @@ -500,7 +500,7 @@ export function decodeInitOpenOrders( openOrders: ix.keys[0].pubkey, openOrdersOwner: ix.keys[1].pubkey, market: ix.keys[2].pubkey, - openOrdersMarketAuthority: ix.keys[4].pubkey, + openOrdersMarketAuthority: ix.keys[4]?.pubkey, }, }; }