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 dc4fee0 commit e019de8Copy full SHA for e019de8
apps/fortuna/config.sample.yaml
@@ -6,6 +6,8 @@ chains:
6
# Keeper configuration for the chain
7
reveal_delay_blocks: 0
8
gas_limit: 500000
9
+ # Increase the transaction gas limit by 10% each time the callback fails
10
+ backoff_gas_multiplier_pct: 110
11
min_keeper_balance: 100000000000000000
12
13
# Provider configuration
0 commit comments