You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With UniswapV3LivePricing we currently deduct midprice using math
This may result PriceStructure.mid_price to be incorrect, causing slippage etc. calculations to suffer
However this math might be incorrect because we do not know Uni v3 liquidity state
Switch to new get_onchain_price() function and make sure it is using the correct block number (block identifier) when we are recording down this data
The text was updated successfully, but these errors were encountered:
miohtama
added
the
priority: P1
An important issue that must be fixed before the next release, but does nto require immediate focus.
label
Jul 27, 2023
UniswapV3LivePricing
we currently deduct midprice using mathPriceStructure.mid_price
to be incorrect, causing slippage etc. calculations to sufferget_onchain_price()
function and make sure it is using the correct block number (block identifier
) when we are recording down this dataThe text was updated successfully, but these errors were encountered: