From 78a9127d5db47dafca92fabee8014bdd516ddd9f Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 16 Nov 2023 18:25:45 +0300 Subject: [PATCH] Update config.sample.pythnet.toml --- config/config.sample.pythnet.toml | 1 + 1 file changed, 1 insertion(+) 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]