Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinba9495 committed Feb 19, 2022
1 parent f7c7d58 commit 2a5a7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ process.on("unhandledRejection", (error) => {
Number(bal) /
Math.pow(10, quoteResponseDto.toToken.decimals);
stableTokenCurrentPrice = await Kraken.GetCoinPrice(
Args.stableTokenContractAddress
Args.stableTokenTickerKraken
);
targetTokenCurrentPrice = await Kraken.GetCoinPrice(
Args.targetTokenTickerKraken
Expand Down Expand Up @@ -304,7 +304,7 @@ process.on("unhandledRejection", (error) => {
Math.pow(10, quoteResponseDto.toToken.decimals);

stableTokenCurrentPrice = await Kraken.GetCoinPrice(
Args.stableTokenContractAddress
Args.stableTokenTickerKraken
);
targetTokenCurrentPrice = await Kraken.GetCoinPrice(
Args.targetTokenTickerKraken
Expand Down

0 comments on commit 2a5a7c7

Please sign in to comment.