Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
azurwastaken committed Oct 10, 2024
1 parent a357991 commit f3dd8ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ async fn spawn_monitoring_tasks(
name: "Hyperlane Dispatches Monitoring".to_string(),
handle: tokio::spawn(hyperlane_dispatch_monitor(pool.clone(), true)),
});
tasks.push(MonitoringTask {
name: "EVM Chains Monitoring".to_string(),
handle: tokio::spawn(evm_monitor()),
});
} else {
tasks.push(MonitoringTask {
name: "API Monitoring".to_string(),
Expand Down

0 comments on commit f3dd8ef

Please sign in to comment.