Skip to content

Commit

Permalink
fix: fix input token
Browse files Browse the repository at this point in the history
  • Loading branch information
amateima committed Feb 7, 2025
1 parent 2da43c0 commit 2ba9bdb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ export class BlocksEventsConsumer {
outputTokenAddress: utils.toAddress(outputToken),
chainId,
inputToken,
inputTokenAddress: utils.toAddress(inputToken),
destinationChainId: destinationChainId.toNumber(),
quoteTimestamp,
depositId: depositId.toString(),
Expand All @@ -617,7 +618,7 @@ export class BlocksEventsConsumer {
utils.toAddress(outputToken) === ethers.constants.AddressZero
? await this.depositService.deriveOutputTokenAddress(
chainId,
inputToken,
utils.toAddress(inputToken),
destinationChainId.toNumber(),
quoteTimestamp,
)
Expand Down

0 comments on commit 2ba9bdb

Please sign in to comment.