From bb835be54d9c3ca70e6f0a0826bc15e004f5a376 Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Wed, 21 Jun 2023 18:26:00 -0400 Subject: [PATCH] WIP Signed-off-by: Matt Rice --- src/utils/bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/bridge.ts b/src/utils/bridge.ts index 7e86ded48..4ba81596f 100644 --- a/src/utils/bridge.ts +++ b/src/utils/bridge.ts @@ -190,7 +190,7 @@ export async function sendAcrossDeposit( tokenAddress, amount, destinationChainId, - relayerFeePct, + ethers.BigNumber.from("0"), quoteTimestamp, message, maxCount,