Good day - I added events to watch using my localdevchain and it added successfully however events are not updatingā¦ So I have the tables in my database but when events occur, nothing happensā¦ My table also does not have any of the columns that should be there but Iām unsure if this adds automatically when an event is listened onā¦ I am using wsl to do this I am not sure if it makes a difference
what is the server url?
it looks like the proxy is not connected to that server
now it is connected, but it doesnāt seem to work as expected, for this command:
'{"method": "eth_chainId", "id" : "0"}'
it returns:
{"jsonrpc":"2.0","id":null,"error":{"code":-32600,"message":"Invalid request","data":{"message":"Invalid request"}}}
what local devchain are you using?
I am using hardhatā¦
Okay do you have any idea how I might solve this?
I donāt have an idea now, I didnāt see this before
maybe try to restart hardhat
I have tried multiple times
if you try to run locally on your local devchain this, what you get?
curl -X POST RPC_URL_HERE -d '{"method": "eth_chainId", "id" : "0"}'
{ājsonrpcā:ā2.0ā,āidā:null,āerrorā:{ācodeā:-32600,āmessageā:āInvalid requestā,ādataā:{āmessageā:āInvalid requestā}}}
I donāt know what happens, I guess that you can not use ganache
I am using hardhat not ganache
I know, I have more experience with ganache
it looks like an issue on our side specific to hardhat, weāll investigate more
Thank you so much!!!
So what route do you suggest I take in the meanwhile? Straight to testnet?
testnet will work, maybe we fix it today for hardhat
ganache will also work now
okay thank you please let me know when you do