Closed this issue 2 years ago · 2 comments
I think there is a mistaked on this line:
ante-community-tests/contracts/uniswap/AnteUniswapLiquidityTVLTest.sol
Line 53 in 578f9a4
I think the intended check was: return (ethusdcDollarValue / ethusdtDollarValue <= 10);
return (ethusdcDollarValue / ethusdtDollarValue <= 10);
Yeah, I believe you're right, otherwise it's always 1 and true 😄
Fixed!