From 99dbf33c6585541cbe51d4540a87510189cc7e74 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Thu, 9 Jan 2025 11:04:56 -0500 Subject: [PATCH] Update Relayer.ts --- src/relayer/Relayer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relayer/Relayer.ts b/src/relayer/Relayer.ts index 94316c292..f89496184 100644 --- a/src/relayer/Relayer.ts +++ b/src/relayer/Relayer.ts @@ -1364,7 +1364,7 @@ export class Relayer { ` of input amount ${formattedInputAmount} ${inputSymbol}` + ` and output amount ${formattedOutputAmount} ${outputSymbol}` + ` from ${getNetworkName(originChainId)} to ${getNetworkName(destinationChainId)}` + - `${fromOverallocatedLiteChain ? " is from an over-allocated lite chain and" : ""}` + + `${fromOverallocatedLiteChain ? " is from an over-allocated lite chain" : ""}` + `${ depositFailedToSimulateWithMessage ? ""