Skip to content

Commit 189b50a

Browse files
committed
extend auction duration for filler examples
1 parent cf68185 commit 189b50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experimental-bots/swift/takerExample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class SwiftTaker {
6363
? lowPrice
6464
: highPrice,
6565
auctionEndPrice: isVariant(direction, 'long') ? highPrice : lowPrice,
66-
auctionDuration: 30,
66+
auctionDuration: 200,
6767
}),
6868
subAccountId: 0,
6969
slot: new BN(slot),

0 commit comments

Comments
 (0)