fix(explorer): serum init open orders has optional openOrdersMarketAuthority (#23875)
This commit is contained in:
@ -500,7 +500,7 @@ export function decodeInitOpenOrders(
|
|||||||
openOrders: ix.keys[0].pubkey,
|
openOrders: ix.keys[0].pubkey,
|
||||||
openOrdersOwner: ix.keys[1].pubkey,
|
openOrdersOwner: ix.keys[1].pubkey,
|
||||||
market: ix.keys[2].pubkey,
|
market: ix.keys[2].pubkey,
|
||||||
openOrdersMarketAuthority: ix.keys[4].pubkey,
|
openOrdersMarketAuthority: ix.keys[4]?.pubkey,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user