Update libs/markets/src/lib/components/market-info/tooltip-mapping.tsx

Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com>
This commit is contained in:
m.ray
2023-08-30 15:59:56 +01:00
committed by GitHub
co-authored by candida-d
parent 70df1dcb3d
commit ba90891cdb
@@ -144,7 +144,7 @@ export const tooltipMapping: Record<string, ReactNode> = {
'Sets how the probability of trading is calculated from the risk model. This is used to measure the relative competitiveness of an LP's supplied volume.'
),
minimumProbabilityOfTradingLPOrders: t(
'sets a lower bound on the result of the probability of trading calculation.'
'Sets a lower bound on the result of the probability of trading calculation.'
),
feeCalculationTimeStep: t(
'(time period e.g. 1m) controls how often the quality of liquidity supplied by the LPs is evaluated and fees arising from that period are earmarked for specific parties. Minimum valid value 0. Maximum valid value validators.epoch.length.'