From 189b50a2d99e90cec1452fecf5e8b7950bef8fd7 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Thu, 19 Dec 2024 16:17:11 -0800 Subject: [PATCH] extend auction duration for filler examples --- src/experimental-bots/swift/takerExample.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/experimental-bots/swift/takerExample.ts b/src/experimental-bots/swift/takerExample.ts index c1b152ee..1c4132d2 100644 --- a/src/experimental-bots/swift/takerExample.ts +++ b/src/experimental-bots/swift/takerExample.ts @@ -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),