Skip to content

Commit

Permalink
fix: missing nfpmAddress field in gql query
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed Jan 11, 2024
1 parent a2ac5dc commit 2d36333
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const makeQueryPositionData =
s.cumulativeWithdrawTokenAmounts,
s.lockedUntil,
s.timestampOpened,
s.nfpmAddress,
s.tickUpper((tick) => [tick.index]),
s.tickLower((tick) => [tick.index]),
s.pool((pool) => [
Expand Down

0 comments on commit 2d36333

Please sign in to comment.