## Problem Currently, users can only filter alerts emitted on one chainId, but some may want to choose more than 1 chainId. ## Proposed Solution Add option to specify list of chainIds ``` chainIds: [1, 137] # ethereum, polygon ```