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](https://polygonscan.com/address/0x794a61358D6845594F94dc1DB02A252b5b4814aD#readProxyContract#F12) 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.
Polygon V3 subgraph is returning parameters from
eModeCategoriesthat do not match onchain values.Example:
https://thegraph.com/explorer/subgraphs/Co2URyXjnxaw8WqxKyVHdirq9Ahhm5vcTs4dMedAq211?view=Query&chain=arbitrum-one
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.