Skip to content

Commit

Permalink
Update Relayer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 9, 2025
1 parent e419006 commit 99dbf33
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 @@ -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
? ""
Expand Down

0 comments on commit 99dbf33

Please sign in to comment.