Skip to content

Commit

Permalink
fix: log message (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara authored Dec 16, 2024
1 parent 9e39da3 commit 7b08eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/indexer/src/database/SpokePoolRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class SpokePoolRepository extends dbUtils.BlockchainEventRepository {
if (event.blockTimestamp === undefined) return;
const timeDifference = now - event.blockTimestamp * 1000;
this.logger.info({
at: "SpokePoolRepository#formatAndSaveV3FundsDepositedEvents",
message: "V3FundsDepositedEvent profile",
depositId: event.depositId,
chainId: event.originChainId,
Expand Down

0 comments on commit 7b08eb8

Please sign in to comment.