cu limit is too low

This commit is contained in:
SpaceMonkey 2023-02-01 02:08:26 +02:00
parent 27305c6896
commit d4301d970c
1 changed files with 1 additions and 1 deletions

View File

@ -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'