Filtering logs based on topic

Hey!

I want to filter logs that have a given address EITHER on topic1 or topic2.

I’ve seen that it’s possible to specify an AND condition between topics and would like to know if there is a way to specify an OR condition without doing 2 RPC requests.

Hi @filiperc, and welcome to the Infura community!
Currently the best way to specify an OR condition is doing 2 RPC requests. I have, however, noted your desire for an either option so we can keep that in mind for the future!