Skip to content

Commit

Permalink
el octavo tiene la buena suerte?
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 29, 2024
1 parent 57d50c3 commit 391d551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dex-router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,12 @@ const argv = yargs(hideBin(process.argv))
.parseSync();

async function run() {
console.log(`version 7`);
console.log(`version 8`);
const maxaccs = argv["options-max-accounts-jupiter"].map((maxAccounts) =>
Number(maxAccounts)
);
console.log(`maxaccs: ${maxaccs}`);
console.log(`argv maxaccs: ${argv["options-max-accounts-jupiter"]}`);

const connection = new Connection(argv["endpoint-svm"], "confirmed");
const dexRouter = new DexRouter(
Expand Down

0 comments on commit 391d551

Please sign in to comment.