Skip to content

Commit

Permalink
something
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 29, 2024
1 parent 4e6fa71 commit 323bc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dex-router/src/router/jupiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class JupiterRouter implements Router {
console.log(`tokenOut: ${tokenOut.toBase58()}`);
console.log(`amountIn: ${amountIn}`);
console.log(`debugging, does this msg show up?`);
console.log(`once more`);

const quoteResponse = await this.jupiterClient.quoteGet({
inputMint: tokenIn.toBase58(),
Expand Down

0 comments on commit 323bc11

Please sign in to comment.