remove serum from spot markets

This commit is contained in:
Nour Alharithi
2024-07-31 08:55:09 -07:00
parent d7a4853bc2
commit 8b6598c0d6
4 changed files with 274 additions and 89 deletions

View File

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