File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ key_store.mapping_key = "AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
56
56
# during periods of high network congestion.
57
57
exporter.compute_unit_price_micro_lamports = 4000
58
58
59
+ # Compute unit limit requested per instruction for transactions that update the price.
60
+ # This should be an upper bound of the compute units a single upd_price instruction might consume.
61
+ # For solana mainnet, this should be set to 20000 instead of the default 40000 since there is no accumulator.
62
+ exporter.compute_unit_limit = 20000
63
+
59
64
# Whether the dynamic compute unit pricing is enabled.
60
65
# This is needed for solana to be able to land transactions on the network
61
66
# during periods of high network congestion.
You can’t perform that action at this time.
0 commit comments