Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomg10 committed Jan 18, 2025
1 parent e1b0df9 commit 081b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/fee_model/src/l1_gas_price/main_node_fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl BatchFeeModelInputProvider for MainNodeFeeParamsFetcher {
FeeParams::V2(params) => FeeParams::V2(FeeParamsV2::new(
params.config(),
batch_fee_input.l1_gas_price(),
batch_fee_input.fair_pubdata_price(),
params.l1_pubdata_price(),
params.conversion_ratio(),
)),
}
Expand Down

0 comments on commit 081b4bd

Please sign in to comment.