Skip to content

Commit

Permalink
v12
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 29, 2024
1 parent 9b87a57 commit 97279e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dex-router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Want to help us make this template better? Share your feedback here: https://forms.gle/ybq9Krt8jtBL3iCk7

ARG NODE_VERSION=23.1.0
ARG NODE_VERSION=18.20.2

################################################################################
# Use node image for base image for all stages.
Expand Down
2 changes: 1 addition & 1 deletion scripts/dex-router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ const argv = yargs(hideBin(process.argv))
.parseSync();

async function run() {
console.log(`version 11`);
console.log(`version 12`);
const maxaccs = argv["options-max-accounts-jupiter"].map((maxAccounts) =>
Number(maxAccounts)
);
Expand Down

0 comments on commit 97279e3

Please sign in to comment.