Skip to content

Commit

Permalink
Update src/relayer/Relayer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Feb 24, 2025
1 parent 7803f8a commit b418694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relayer/Relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export class Relayer {
return ignoreDeposit();
}

const { minConfirmations = 100_000 } = minDepositConfirmations[originChainId]?.find(({ usdThreshold }) =>
const { minConfirmations = 100_000 } = minDepositConfirmations[originChainId].find(({ usdThreshold }) =>
usdThreshold.gte(fillAmountUsd)
);
const { latestBlockSearched } = spokePoolClients[originChainId];
Expand Down

0 comments on commit b418694

Please sign in to comment.