File tree Expand file tree Collapse file tree
crates/central_systest_blobs/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ use apollo_consensus_orchestrator::cende::{
1919 InternalTransactionWithReceipt ,
2020} ;
2121use apollo_consensus_orchestrator:: fee_market:: FeeMarketInfo ;
22+ use apollo_consensus_orchestrator:: snip35:: FeeProposalInfo ;
2223use apollo_infra_utils:: compile_time_cargo_manifest_dir;
2324use blockifier:: abi:: constants:: STORED_BLOCK_HASH_BUFFER ;
2425use 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 ! [ ] ,
You can’t perform that action at this time.
0 commit comments