having the following in my config.toml for the terminal sink:
[[filters]]
type = "LegacyV1"
include_transaction_details = true
include_block_end_events = true
[filters.check]
predicate = "variant_not_in"
argument = ["Mint", "Metadata", "Collateral"]
however, the output still contains MINT, META and COLLAT lines.
is there a new syntax to remove those from the output in v2?