diff --git a/config/config.sample.pythnet.toml b/config/config.sample.pythnet.toml index 6b379da..4d0b66d 100644 --- a/config/config.sample.pythnet.toml +++ b/config/config.sample.pythnet.toml @@ -66,6 +66,7 @@ exporter.compute_unit_limit = 20000 # during periods of high network congestion. exporter.dynamic_compute_unit_pricing_enabled = true exporter.maximum_slot_gap_for_dynamic_compute_unit_price = 50 +exporter.maximum_total_compute_fee_micro_lamports = 10000000000 # Configuration for the JRPC API [pythd_adapter]