Skip to content

Commit 233e63c

Browse files
authored
chore: fix typo (#85)
* chore: fix typo * Update compute unit price
1 parent ca5652a commit 233e63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.sample.pythnet.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ key_store.mapping_key = "AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
5454
# Price per compute unit offered for update_price transactions.
5555
# This is needed for solana to be able to land transactions on the network
5656
# during periods of high network congestion.
57-
exporter.compute_unit_price_micro_lamports = 1000
57+
exporter.compute_unit_price_micro_lamports = 4000
5858

59-
# Weather the dynamic compute unit pricing is enabled.
59+
# Whether the dynamic compute unit pricing is enabled.
6060
# This is needed for solana to be able to land transactions on the network
6161
# during periods of high network congestion.
6262
exporter.dynamic_compute_unit_pricing_enabled = true

0 commit comments

Comments
 (0)