Skip to content

Commit

Permalink
bump target
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Aug 13, 2021
1 parent 2c4a494 commit 58f4fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/dummy/dynamic_fees.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var (
MaxBaseFee = big.NewInt(params.ApricotPhase3MaxBaseFee)
MinBaseFee = big.NewInt(params.ApricotPhase3MinBaseFee)
TargetGas uint64 = 6_000_000
TargetGas uint64 = 10_000_000
BlockGasFee uint64 = 1_000_000
rollupWindow uint64 = 10
)
Expand Down

0 comments on commit 58f4fe8

Please sign in to comment.