We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5652a commit 233e63cCopy full SHA for 233e63c
config/config.sample.pythnet.toml
@@ -54,9 +54,9 @@ key_store.mapping_key = "AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
54
# Price per compute unit offered for update_price transactions.
55
# This is needed for solana to be able to land transactions on the network
56
# during periods of high network congestion.
57
-exporter.compute_unit_price_micro_lamports = 1000
+exporter.compute_unit_price_micro_lamports = 4000
58
59
-# Weather the dynamic compute unit pricing is enabled.
+# Whether the dynamic compute unit pricing is enabled.
60
61
62
exporter.dynamic_compute_unit_pricing_enabled = true
0 commit comments