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

#bug; aave v3 polygon subgraph transfer not found #2655

Open
NameX44 opened this issue Nov 28, 2024 · 1 comment
Open

#bug; aave v3 polygon subgraph transfer not found #2655

NameX44 opened this issue Nov 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@NameX44
Copy link

NameX44 commented Nov 28, 2024

Describe the bug
I have the following transaction on polygon which is a transfer 0x252cb65e86638823423775df068b5e21604063d4a3d2e92e5ccb2df141d62562

but I can't find it in the subgraph. Seems to not be indexed or something else ?

Reproduction

subgraph link:
https://thegraph.com/explorer/subgraphs/6yuf1C49aWEscgk5n9D1DekeG1BCk5Z9imJYJT3sVmAT?view=Query&chain=arbitrum-one

query :

{ transfers( where: {hash: "0x252cb65e86638823423775df068b5e21604063d4a3d2e92e5ccb2df141d62562"} ) { hash amount } }

Expected behavior
I expect the transaction to be returned

Thanks

@NameX44 NameX44 added the bug Something isn't working label Nov 28, 2024
@ishraq8
Copy link
Contributor

ishraq8 commented Nov 30, 2024

@dhruv-chauhan can you look into the issue here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants