Skip to content

E-Mode Parameters Incorrectly Tracked on V3 Subgraph #141

Open
@defispartan

Description

@defispartan

Polygon V3 subgraph is returning parameters from eModeCategories that do not match onchain values.

Example:

https://thegraph.com/explorer/subgraphs/Co2URyXjnxaw8WqxKyVHdirq9Ahhm5vcTs4dMedAq211?view=Query&chain=arbitrum-one

{
emodeCategories{
  id
  ltv
  liquidationBonus
}
  reserves(where:{symbol: "USDC"}){
    eMode{
      id
      ltv
      liquidationBonus
    }
  }
}

Onchain query for E-Mode category 1 returns different parameters.

Potentially the event schema may have changed in Aave v3.2 leading to parameters updates that are not handle.

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