v3-subgraph
v3-subgraph copied to clipboard
missing field values in Position Entity in schema.graphql
These two fields of Position entity are missing in the schema.graphql file of main branch. However, it is used in position-manager.ts file
Please include these two entities there in main branch
all time collected token0 (withdrawnToken0 + collectedFeesToken0)
collectedToken0: BigDecimal!
all time collected token1 (withdrawnToken1 + collectedFeesToken1)
collectedToken1: BigDecimal!