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
{{ message }}
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
A contant value should be used anywhere there is a U256 value that never changes.
For example:
//Set sqrt_price_limit_x_96 to the max or min sqrt price in the pool depending on zero_for_onelet sqrt_price_limit_x_96 = if zero_for_one {U256::from("4295128739") + 1}else{U256::from("0xFFFD8963EFD1FC6A506488495D951D5263988D26") - 1};
All of these values should be changed to match this format:
A contant value should be used anywhere there is a U256 value that never changes.
For example:
All of these values should be changed to match this format:
The text was updated successfully, but these errors were encountered: