Skip to content

Commit

Permalink
exclude market 4
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 17, 2024
1 parent 7583624 commit c26ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experimental-bots/swift/takerExample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class SwiftTaker {
}

async startInterval() {
const marketIndexes = [0, 1, 2, 3, 4, 5];
const marketIndexes = [0, 1, 2, 3, 5, 6];
this.interval = setInterval(async () => {
await sleepMs(Math.random() * 1000); // Randomize for different grafana metrics
const slot = await this.driftClient.connection.getSlot();
Expand Down

0 comments on commit c26ccdd

Please sign in to comment.