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
the average ticks added up can exceed min/max tick, which means we can't compute the price because it's less than or greater than 2**128/1
currently we just revert, but it's not clear how we should actually handle this edge case. it is unlikely to be beneficial to succeed in the case that the queried token pairing has a negligible price
The text was updated successfully, but these errors were encountered:
the average ticks added up can exceed min/max tick, which means we can't compute the price because it's less than or greater than 2**128/1
currently we just revert, but it's not clear how we should actually handle this edge case. it is unlikely to be beneficial to succeed in the case that the queried token pairing has a negligible price
The text was updated successfully, but these errors were encountered: