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
// LiquidityNetInDirection returns an array of LiquidityDepthWithRange, which contains the range(lower tick and upper tick), the liquidity amount in the range, and current sqrt price.
func (q Querier) LiquidityNetInDirection(ctx sdk.Context, req clquery.LiquidityNetInDirectionRequest) (*clquery.LiquidityNetInDirectionResponse, error) {
It seems that the line x/concentrated-liquidity/client/query-proto-wrap:159 has an issue where:
What happened?
A bug happened!
I tried querying:
It seems that the line
x/concentrated-liquidity/client/query-proto-wrap:159
has an issue where:as
pool.GetCurrentTick()
returns a legacy typeand I received a panic:
Osmosis Version
3f7d1a7
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: