diff --git a/src/publishers/dlobPublisher.ts b/src/publishers/dlobPublisher.ts index 0e90f56..7aa15d6 100644 --- a/src/publishers/dlobPublisher.ts +++ b/src/publishers/dlobPublisher.ts @@ -220,6 +220,10 @@ const main = async () => { }); dlobProvider = getDLOBProviderFromGrpcOrderSubscriber(grpcOrderSubscriber); + + slotSource = { + getSlot: () => grpcOrderSubscriber.getSlot(), + }; } else { const userMap = new UserMap({ driftClient,