Closed jhlx closed 2 years ago
market.tickSize() returns Math.pow(10, -quoteDecimals) currently, I believe this is incorrect.
market.tickSize()
Math.pow(10, -quoteDecimals)
https://github.com/Bonfida/dex-v4/pull/75
market.tickSize()
returnsMath.pow(10, -quoteDecimals)
currently, I believe this is incorrect.