diff --git a/src/index.ts b/src/index.ts index e5465b8..7293ce7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -790,7 +790,7 @@ const main = async () => { return; } - const isSpot = marketType === "spot"; + const isSpot = getVariant(normedMarketType); const l2 = await dlobSubscriber.getL2({ marketIndex: normedMarketIndex,