From d4301d970c563de92ccf38a0daa5f95944875cc5 Mon Sep 17 00:00:00 2001 From: SpaceMonkey Date: Wed, 1 Feb 2023 02:08:26 +0200 Subject: [PATCH] cu limit is too low --- src/scripts/crank.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/crank.ts b/src/scripts/crank.ts index f3c2634..662aa9c 100644 --- a/src/scripts/crank.ts +++ b/src/scripts/crank.ts @@ -44,7 +44,7 @@ const priorityMarkets: number[] = JSON.parse(HIGH_FEE_MARKETS || "[0,1]"); const priorityQueueLimit = parseInt(PRIORITY_QUEUE_LIMIT || "100"); const defaultPriorityCuPrice = parseInt(DEFAULT_CU_PRICE || "0"); const priorityCuPrice = parseInt(PRIORITY_CU_PRICE || "100000"); -const CuLimit = parseInt(PRIORITY_CU_LIMIT || "35000"); +const CuLimit = parseInt(PRIORITY_CU_LIMIT || "50000"); const serumProgramId = new PublicKey( PROGRAM_ID || cluster == 'mainnet' ? 'srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX'