chore: fix missing field in market data mock

This commit is contained in:
Matthew Russell
2023-10-16 12:03:18 -07:00
parent 6f41affc2e
commit 593cd041c3
@@ -34,6 +34,7 @@ export const createMarketsDataFragment = (
__typename: 'Market',
},
marketTradingMode: Schema.MarketTradingMode.TRADING_MODE_CONTINUOUS,
marketState: Schema.MarketState.STATE_ACTIVE,
staticMidPrice: '0',
indicativePrice: '0',
bestStaticBidPrice: '0',