Hi,
I can’t seem to get any event logs from the testnet. Here’s my command:
curl https://ropsten.infura.io/v3/<projID> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getLogs","params":[{"address": "0x3b994b48922450e6cf0f415bdf337d1df7183ffa"}],"id":1}'
That address clearly has generated events, e.g. here: https://ropsten.etherscan.io/tx/0x7a7e61aa2d924dd9475795db530810cec1a1aba4f9fa24965eb745977529242c#eventlog
But the above call returns empty. Please help.