openbook integration (#208)

This commit is contained in:
frank
2024-08-07 11:47:25 -05:00
committed by GitHub
parent f9fd110ebc
commit bb83b4789b
5 changed files with 94 additions and 3 deletions

View File

@@ -212,6 +212,10 @@ const main = async () => {
pubkeysForMarket.push(market.phoenixMarket.toString());
}
if (market.openbookMarket) {
pubkeysForMarket.push(market.openbookMarket.toString());
}
spotMarketPubkeys.push({
marketIndex: market.marketIndex,
pubkeys: pubkeysForMarket,