Hi team! I'm attempting to setup a matching rule in Sentinel to help narrow down transactions and getting a message "Undefined symbol" when referencing an array of addresses from the function signature:
Environment
Details
I understand that there may be some data types that are not yet supported in rule matching, such as structs (as mentioned here: Defender Sentinel event/function matching rules for struct type). Is this the case for arrays?
I was able to test the condition on a specific block and it successfully returned expected results, so it seems to work. But the error is preventing me from continuing to the next screen.
Looking forward to your reply. Thanks in advance!
Code to reproduce