Skip to content

Commit

Permalink
quick debug
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 29, 2024
1 parent add6f5a commit 4e6fa71
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 @@ -51,6 +51,7 @@ export class JupiterRouter implements Router {
console.log(`tokenIn: ${tokenIn.toBase58()}`);
console.log(`tokenOut: ${tokenOut.toBase58()}`);
console.log(`amountIn: ${amountIn}`);
console.log(`debugging, does this msg show up?`);

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

0 comments on commit 4e6fa71

Please sign in to comment.