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