From cd3320c1ff85e5419bc429c76be8369f03855ac6 Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:57:02 +0200 Subject: [PATCH] Update Auction API call --- scripts/spokepool.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/spokepool.ts b/scripts/spokepool.ts index 01b36ab83..c668e86ae 100644 --- a/scripts/spokepool.ts +++ b/scripts/spokepool.ts @@ -97,6 +97,7 @@ async function deposit(args: Record, signer: Wallet): P recipient, tokenAddress: token.address, amount: amount.toString(), + sourceChainId: fromChainId, destinationChainId: toChainId, quoteTimestamp: quoteTimestamp.toString(), relayerFeePct: relayerFeePct.toString(),