Skip to content

Commit

Permalink
add test to main loop
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 15, 2024
1 parent 94d57b8 commit 7d664d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
from src.monitoring_tests.mev_blocker_kickbacks_test import (
MEVBlockerRefundsMonitoringTest,
)
from src.monitoring_tests.high_score_test import (
HighScoreTest,
)
from src.constants import SLEEP_TIME_IN_SEC


Expand All @@ -29,6 +32,7 @@ def main() -> None:
tests = [
SolverCompetitionSurplusTest(),
MEVBlockerRefundsMonitoringTest(),
HighScoreTest(),
]

start_block: Optional[int] = None
Expand Down

0 comments on commit 7d664d7

Please sign in to comment.