Skip to content

Commit

Permalink
Update Auction API call
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Sep 27, 2023
1 parent e93f278 commit cd3320c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/spokepool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ async function deposit(args: Record<string, number | string>, signer: Wallet): P
recipient,
tokenAddress: token.address,
amount: amount.toString(),
sourceChainId: fromChainId,
destinationChainId: toChainId,
quoteTimestamp: quoteTimestamp.toString(),
relayerFeePct: relayerFeePct.toString(),
Expand Down

0 comments on commit cd3320c

Please sign in to comment.