Replies: 4 comments 4 replies
-
Hey, |
Beta Was this translation helpful? Give feedback.
-
@dsenturk25 Are you seeing the transactions and events on goerli etherscan? |
Beta Was this translation helpful? Give feedback.
-
Yes, the tx's and events are visible and correct on goerli etherscan. I've deployed my contract 14 hours earlier than the first thegraph deployment. Can that be the problem? |
Beta Was this translation helpful? Give feedback.
-
Hi, you should change itemBoughts by activeItems in the playground (?) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed the sub-graph by using
graph deploy --studio nft-marketplace
Then, inside the hardhat-nft-marketplace directory, I minted and listed the NFTs by running
yarn hardhat run scripts/mint-and-list.js --network goerli
I am NOT getting any kind of error, but TheGraph is not indexing the events (Take a look at the screenshot):

(Note: this is the screen-shot taken after I pressed the "play" button in TheGraph)So, my question is, why is TheGraph not indexing the events?
Sub-graph repo:
https://github.com/AkmDgreat/nft-marketplace-subgraph
hardhat-NFT-marketplace repo:
https://github.com/AkmDgreat/hardhat-NFTs
Beta Was this translation helpful? Give feedback.
All reactions