Skip to content

Commit 397e2cd

Browse files
authored
chore(config): reduce cap on priority fee (#110)
1 parent f839f01 commit 397e2cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/config.sample.pythnet.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ exporter.dynamic_compute_unit_pricing_enabled = true
6161
# Price per compute unit offered for update_price transactions
6262
exporter.compute_unit_price_micro_lamports = 1000
6363

64+
exporter.maximum_compute_unit_price_micro_lamports = 100000
65+
6466
# Configuration for the JRPC API
6567
[pythd_adapter]
6668

0 commit comments

Comments
 (0)