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
Describe the bug
In the Aave V2 Ethereum subgraph, the reserve.totalLiquidityAsCollateral return value appears to be incorrect for some markets. It returns a value which is greater than the reserve.totalLiquidity for that market.
Incorrect markets include stETH (below), USDC and Frax. This list isn't exhaustive - there may be more.
Describe the bug
In the Aave V2 Ethereum subgraph, the reserve.totalLiquidityAsCollateral return value appears to be incorrect for some markets. It returns a value which is greater than the reserve.totalLiquidity for that market.
Incorrect markets include stETH (below), USDC and Frax. This list isn't exhaustive - there may be more.
To Reproduce
Query:
Response:
Expected behavior
The totalLiquidityAsCollateral value should be less than or equal to the totalLiquidity value.
The text was updated successfully, but these errors were encountered: