Subgraph on Georli is not listening to contract events #2698
-
Hello all, I deployed subgraph to Goerli and gave a start block as 7619533 (contract creation was in block 7619534). 16 minutes later, I minted and listed NFT in block number 0x986fd218eb2e9c7ebcddb4e8ad4782503272dbae4eddb5b0e1ea822729b5cf9f in block 7619604. I noticed that subgraph has a lot of lag & still logging events in older blocks. And logs skip the block number where my contract listed NFT (details below) and goes to the next block. As a result, I'm not able to query for event history. Can someone help me figure out what's happening. Log is strangely skipping 7619604 block and going from 603 straight to 605. Here is my subgraph.yaml
This is my NFTMarketplace address Here is nft-market-place.ts file defining handleNFTListed()
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@0kage-eth Your contract creation block number is |
Beta Was this translation helpful? Give feedback.
@0kage-eth Your contract creation block number is
7619540
, you should add the start block7619539
and redeploy it