We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@dhruv-chauhan can you look into the issue here?
Sorry, something went wrong.
dhruv-chauhan
ishraq8
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: