Skip to content

Commit

Permalink
version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 29, 2024
1 parent 391d551 commit 96af7d9
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,10 +437,11 @@ const argv = yargs(hideBin(process.argv))
.parseSync();

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

Expand Down

0 comments on commit 96af7d9

Please sign in to comment.