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
Positions in Portfolio are ERC1155 tokens and the PositionRenderer contract is responsible for generating their visual representation (including the related metadata). However, this contract was tailored for the NormalStrategy and cannot support other strategies very well.
Now we have a few different options:
Get rid of the PositionRenderer and don't render visual representations at all (maybe just metadata)
Improve the PositionRenderer so it can support different strategies
Let each strategy generate a visual representation by themselves
The text was updated successfully, but these errors were encountered:
Positions in Portfolio are ERC1155 tokens and the
PositionRenderer
contract is responsible for generating their visual representation (including the related metadata). However, this contract was tailored for theNormalStrategy
and cannot support other strategies very well.Now we have a few different options:
PositionRenderer
and don't render visual representations at all (maybe just metadata)PositionRenderer
so it can support different strategiesThe text was updated successfully, but these errors were encountered: