Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jul 25, 2024
1 parent b5b1d8c commit 56b553c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const watchdogNotifier: HttpFunction = async (
await sendTelegramNotification(parsedEvent.event, parsedEvent.txHash);
break;
case "MedianUpdated":
// Acts a health check/heartbeat for the service, as it's a frequently emitted event
console.info(`[HealthCheck]: Block ${parsedEvent.block}`);
break;
default:
Expand Down

0 comments on commit 56b553c

Please sign in to comment.