diff --git a/src/relayer/Relayer.ts b/src/relayer/Relayer.ts index d42cf2dab..82c9f889e 100644 --- a/src/relayer/Relayer.ts +++ b/src/relayer/Relayer.ts @@ -337,7 +337,7 @@ export class Relayer { return ignoreDeposit(); } - const { minConfirmations } = minDepositConfirmations[originChainId].find(({ usdThreshold }) => + const { minConfirmations = 100_000 } = minDepositConfirmations[originChainId].find(({ usdThreshold }) => usdThreshold.gte(fillAmountUsd) ); const { latestBlockSearched } = spokePoolClients[originChainId];