Skip to content

Commit

Permalink
feat: include pool Entity in Position
Browse files Browse the repository at this point in the history
  • Loading branch information
imbaniac committed Nov 9, 2023
1 parent 143c5e2 commit 24c9caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ type Position @entity {
pool: Bytes! # address of the pool that the position is associated with
token: Token! # pointer to LPToken entity
tokenURI: String! # tokenURI of the positionNFT
pool: Pool! # pool that the position is associated with
}

# created to handle the seperate lpb positions for each bucket index
Expand Down

0 comments on commit 24c9caf

Please sign in to comment.