Skip to content

Commit

Permalink
dumb x 3
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 29, 2024
1 parent d99e4b4 commit bb8d8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dex-router/src/router/jupiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ export class JupiterRouter implements Router {
console.log(`tokenIn: ${tokenIn.toBase58()}`);
console.log(`tokenOut: ${tokenOut.toBase58()}`);
console.log(`amountIn: ${amountIn}`);
console.log(`url: ${this.quoteurl.toString()}`);
console.log(`debugging, does this msg show up?`);
console.log(`once more`);
console.log(`once more version 1`);

const quoteResponseDumb = await fetch(
`${this.quoteurl.toString()}?inputMint=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v&outputMint=So11111111111111111111111111111111111111112&amount=50000000&autoSlippage=true&maxAutoSlippageBps=50&maxAccounts=${
Expand Down

0 comments on commit bb8d8d5

Please sign in to comment.