mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-08-17 01:08:05 +00:00
fix(core): increase cu limit
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ class SolanaClient:
|
|||||||
# Add priority fee instructions if applicable
|
# Add priority fee instructions if applicable
|
||||||
if priority_fee is not None:
|
if priority_fee is not None:
|
||||||
fee_instructions = [
|
fee_instructions = [
|
||||||
set_compute_unit_limit(72_000), # Default compute unit limit
|
set_compute_unit_limit(85_000), # Default compute unit limit
|
||||||
set_compute_unit_price(priority_fee),
|
set_compute_unit_price(priority_fee),
|
||||||
]
|
]
|
||||||
instructions = fee_instructions + instructions
|
instructions = fee_instructions + instructions
|
||||||
|
|||||||
Reference in New Issue
Block a user