I started hardhat local dev chain, frpc is runnging and the status is showing âConnectedâ in dashboard. I created new sync to listen events but I couldnât receive events from my local dev chain. I tried with both forked and not forked chain.
did you do any changes in hardhat config recently?
it looks like it synced 1k blocks by now and that usually happens when it tries to fork another chain
I disabled forking recently but the result didnât change. Should I reset the server after this change?
try to reset local devchain (programmatically) or try to delete the server and create another server
Yes deleted and started new server. It didnât work in the begining but now it is working. I donât know what solved the problem.
I need to use forked local dev chain because our project already in production and I need to reach its contracts during development new features. Is there any way for this?
it could work with a fork too, but it will be slow until it gets to latest block number
Must be an option to skip this. I am cancelling Historical Sync but it is still same.
It will take some time to sync all the blocks from your local devchain to Moralis server