Skip to content

Commit

Permalink
add l1_gas_per_pubdata_byte to config generator (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColoCarletti authored Feb 7, 2024
1 parent 5ec41b2 commit c7bd24a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/config/src/testonly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ impl RandomConfig for configs::eth_sender::GasAdjusterConfig {
internal_enforced_l1_gas_price: g.gen(),
poll_period: g.gen(),
max_l1_gas_price: g.gen(),
l1_gas_per_pubdata_byte: g.gen(),
}
}
}
Expand Down

0 comments on commit c7bd24a

Please sign in to comment.