Skip to content

Commit

Permalink
Just for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Sep 27, 2024
1 parent 0446353 commit ceefae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relayer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function runRelayer(_logger: winston.Logger, baseSigner: Signer): P
const simulate = !sendingRelaysEnabled;
let txnReceipts: { [chainId: number]: Promise<string[]> } = {};

logger.info({ at: "Relayer#run", message: "Starting relayer API server." });
logger.info({ at: "Relayer#run", message: "Starting relayer API server for Sepolia network." });
await runAPIServer(logger);

try {
Expand Down

0 comments on commit ceefae5

Please sign in to comment.