Skip to content

Commit 39833d5

Browse files
authored
add bounds for minimum base fee in standard config (#1127)
1 parent 7c525e1 commit 39833d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation/standard/standard-config-params-mainnet.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ base_fee_scalar = [0, 10_000_000]
3131
gas_limit = [8_000_000, 200_000_000]
3232
operator_fee_scalar = [0, 0]
3333
operator_fee_constant = [0, 0]
34+
minmum_base_fee = [0, 10_000_000_000] # 10 Gwei
3435

3536
[proofs.permissioned]
3637
game_type = 1

0 commit comments

Comments
 (0)