Skip to content

Commit

Permalink
[Gas Estimation] enable (aptos-labs#8801)
Browse files Browse the repository at this point in the history
### Description

Enable gas estimation as default, so the updated estimation is deployed in prod on the next release.
  • Loading branch information
bchocho authored and xbtmatt committed Jul 25, 2023
1 parent 169f4fe commit 4eb6c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/gas_estimation_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct GasEstimationConfig {
impl Default for GasEstimationConfig {
fn default() -> GasEstimationConfig {
GasEstimationConfig {
enabled: false,
enabled: true,
static_override: None,
full_block_txns: 250,
low_block_history: 10,
Expand Down

0 comments on commit 4eb6c6a

Please sign in to comment.