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
Describe the suggested feature and problem it solves.
This library should use StateLibrary.sol but be specific to querying information about a tokenId's position and should abstract away most under-the-hood logic (like the tokenId is used as a salt)
WRT this issue, we should maybe consider implementing the mapping from tokenId => positionId so this lookup is easier.
Also consider adding view functions for calculating fee growth of a specific position.
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Component
Position Manager
Describe the suggested feature and problem it solves.
This library should use StateLibrary.sol but be specific to querying information about a tokenId's position and should abstract away most under-the-hood logic (like the
tokenId
is used as a salt)WRT this issue, we should maybe consider implementing the mapping from
tokenId => positionId
so this lookup is easier.Also consider adding view functions for calculating fee growth of a specific position.
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: