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

@@ -109,6 +109,7 @@ export class DLOBSubscriberIO extends DLOBSubscriber {
updateOnChange: false,
fallbackL2Generators: [
config.spotMarketSubscribers[market.marketIndex].phoenix,
config.spotMarketSubscribers[market.marketIndex].openbook,
].filter((a) => !!a),
});
}