diff --git a/src/monitoring_tests/template_test.py b/src/monitoring_tests/template_test.py index 0bee7fe..c269e3e 100644 --- a/src/monitoring_tests/template_test.py +++ b/src/monitoring_tests/template_test.py @@ -61,6 +61,9 @@ def get_tx_hashes_by_block(cls, start_block: int, end_block: int) -> List[str]: "fromBlock": int(start_block), "toBlock": int(end_block), "address": ADDRESS, + "topics": [ + "0xa07a543ab8a018198e99ca0184c93fe9050a79400a0a723441f84de1d972cc17" + ], } # transactions may have repeating hashes, since even event logs are filtered # therefore, check if hash has already been added to the list