Describe the bug
When running chainhook service using the --predicate-path flag, the predicate does not get registered and the expected events are not triggered.
To Reproducehere is a loom going over a working example without the predicate path flag, and one without
Expected behavior
When running the chainhook service using the predicate path flag, the predicate should be registered automatically and begin successfully triggering events based on the predicate config, similar to the two step process of running the service and then registering the predicate.
Describe the bug When running
chainhook service
using the--predicate-path
flag, the predicate does not get registered and the expected events are not triggered.To Reproduce here is a loom going over a working example without the predicate path flag, and one without
Expected behavior When running the
chainhook service
using the predicate path flag, the predicate should be registered automatically and begin successfully triggering events based on the predicate config, similar to the two step process of running the service and then registering the predicate.