Skip to content

Commit

Permalink
bump priority fee max in config
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Nov 21, 2024
1 parent dd8dbea commit a95ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export function loadConfigFromOpts(opts: any): Config {
maxPriorityFeeMicroLamports: parseInt(
opts.maxPriorityFeeMicroLamports ??
process.env.MAX_PRIORITY_FEE_MICRO_LAMPORTS ??
'10000'
'1000000'
),
priorityFeeMultiplier: parseFloat(opts.priorityFeeMultiplier ?? '1.0'),
keeperPrivateKey: opts.privateKey ?? process.env.KEEPER_PRIVATE_KEY,
Expand Down

0 comments on commit a95ad27

Please sign in to comment.