Skip to content

Commit e233adf

Browse files
committed
central_systest_blobs: fix CI failure
1 parent d271e11 commit e233adf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/central_systest_blobs/src/cende_blob_regression_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ use apollo_consensus_orchestrator::cende::{
1919
InternalTransactionWithReceipt,
2020
};
2121
use apollo_consensus_orchestrator::fee_market::FeeMarketInfo;
22+
use apollo_consensus_orchestrator::snip35::FeeProposalInfo;
2223
use apollo_infra_utils::compile_time_cargo_manifest_dir;
2324
use blockifier::abi::constants::STORED_BLOCK_HASH_BUFFER;
2425
use blockifier::blockifier::config::TransactionExecutorConfig;
@@ -236,6 +237,7 @@ impl From<BlockData> for BlobParameters {
236237
transactions_with_execution_infos: transactions_with_receipts,
237238
bouncer_weights: BouncerWeights::default(),
238239
fee_market_info: FeeMarketInfo::default(),
240+
fee_proposal_info: FeeProposalInfo::default(),
239241
casm_hash_computation_data_sierra_gas: CasmHashComputationData::default(),
240242
casm_hash_computation_data_proving_gas: CasmHashComputationData::default(),
241243
compiled_class_hashes_for_migration: vec![],

0 commit comments

Comments
 (0)