Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Subgraph not fetching the data for aETH and few other aTokens #38

Open
lksquare opened this issue Oct 28, 2021 · 1 comment
Open

Comments

@lksquare
Copy link

Description

As a developer I want to fetch the data for aETH and other Aave tokens using the subgraph here. when queried for reserves for the account 0x49a2dcc237a65cc1f412ed47e0594602f6141936 the subgraph doesn't returns the aETH reserves. on the other hand the aETH reserves are displayed by the contract here, as well as the v1 version of the subgraph here.

How to replicate the issue?

  • go to this link here, try to read the contract with the address value of 0x49a2dcc237a65cc1f412ed47e0594602f6141936.
  • Or check here
  • Go to the subgraph here, try to fetch the data using the query below
{
    userReserves(
        where: {
            user: "0x49a2dcc237a65cc1f412ed47e0594602f6141936"
        }
    ) {
        reserve {
            symbol
            name
        }
    scaledATokenBalance
    }
}
@VladEarnven
Copy link

I also have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants