Skip to content

Incorrect fee values in positions query response #262

@hackhy

Description

@hackhy

Description:
When querying position data (id: 995256), the returned JSON shows equal values for collectedFeesToken0 and collectedFeesToken1, which appears to be incorrect as these should typically represent different fee amounts for each token.

Steps to reproduce:

  1. Run the following GraphQL query:
{
  positions(where: { id: "995256" }) {
    token0 {
      decimals
    }
    token1 {
      decimals
    }
    collectedFeesToken0
    collectedFeesToken1
    transaction {
      timestamp
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions