We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aae610 commit 60c452dCopy full SHA for 60c452d
src/core/client.py
@@ -167,7 +167,7 @@ async def build_and_send_transaction(
167
# Add priority fee instructions if applicable
168
if priority_fee is not None:
169
fee_instructions = [
170
- set_compute_unit_limit(72_000), # Default compute unit limit
+ set_compute_unit_limit(85_000), # Default compute unit limit
171
set_compute_unit_price(priority_fee),
172
]
173
instructions = fee_instructions + instructions
0 commit comments