Skip to content

Commit

Permalink
Change maxAccounts back to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
yurushao committed Jun 15, 2024
1 parent 9448091 commit d7e6997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anchor/tests/glam_jupiter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("glam_jupiter", () => {
swapMode: "ExactIn",
onlyDirectRoutes: false,
asLegacyTransaction: false,
maxAccounts: 10
maxAccounts: 20
});
console.log("swap txId", txId);
} catch (e) {
Expand All @@ -65,7 +65,7 @@ describe("glam_jupiter", () => {
swapMode: "ExactIn",
onlyDirectRoutes: false,
asLegacyTransaction: false,
maxAccounts: 15
maxAccounts: 20
});
console.log("swap txId", txId);
} catch (e) {
Expand Down

0 comments on commit d7e6997

Please sign in to comment.