Skip to content

Commit

Permalink
fix comlink build
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jan 7, 2025
1 parent 743a9d3 commit 29bed1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/services/ender/__tests__/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const defaultPerpetualMarketCreateEventV2: PerpetualMarketCreateEventV2 =
stepBaseQuantums: Long.fromValue(10, true),
liquidityTier: 0,
marketType: PerpetualMarketType.PERPETUAL_MARKET_TYPE_ISOLATED,
defaultFunding8hrPpm: 100,
};

export const defaultLiquidityTierUpsertEventV2: LiquidityTierUpsertEventV2 = {
Expand Down Expand Up @@ -207,6 +208,7 @@ export const defaultUpdatePerpetualEventV2: UpdatePerpetualEventV2 = {
atomicResolution: -8,
liquidityTier: 1,
marketType: PerpetualMarketType.PERPETUAL_MARKET_TYPE_CROSS,
defaultFunding8hrPpm: 100,
};

export const defaultUpdateClobPairEvent: UpdateClobPairEventV1 = {
Expand Down

0 comments on commit 29bed1e

Please sign in to comment.