Skip to content

Commit e019de8

Browse files
committed
add scaling to callback
1 parent dc4fee0 commit e019de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/fortuna/config.sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ chains:
66
# Keeper configuration for the chain
77
reveal_delay_blocks: 0
88
gas_limit: 500000
9+
# Increase the transaction gas limit by 10% each time the callback fails
10+
backoff_gas_multiplier_pct: 110
911
min_keeper_balance: 100000000000000000
1012

1113
# Provider configuration

0 commit comments

Comments
 (0)