fix: update markets.mock

This commit is contained in:
Madalina Raicu 2024-02-09 09:51:46 +00:00
parent d3c2c6c0eb
commit 93f92f13cb
No known key found for this signature in database
GPG Key ID: 688B7B31149C1DCD

View File

@ -52,6 +52,11 @@ export const createMarketFragment = (
infrastructureFee: '',
liquidityFee: '',
},
liquidityFeeSettings: {
__typename: 'LiquidityFeeSettings',
method: Schema.LiquidityFeeMethod.METHOD_MARGINAL_COST,
feeConstant: '',
},
},
tradableInstrument: {
instrument: {