Skip to content

Commit

Permalink
extend auction duration for filler examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 20, 2024
1 parent cf68185 commit 189b50a
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 @@ -63,7 +63,7 @@ export class SwiftTaker {
? lowPrice
: highPrice,
auctionEndPrice: isVariant(direction, 'long') ? highPrice : lowPrice,
auctionDuration: 30,
auctionDuration: 200,
}),
subAccountId: 0,
slot: new BN(slot),
Expand Down

0 comments on commit 189b50a

Please sign in to comment.