mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: update revm 19 alloy 09 (#13594)
This commit is contained in:
@ -242,8 +242,6 @@ mod test {
|
||||
suggested_fee_recipient: Address::ZERO,
|
||||
withdrawals: Some(vec![]),
|
||||
parent_beacon_block_root: Some(B256::ZERO),
|
||||
target_blobs_per_block: None,
|
||||
max_blobs_per_block: None,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@ -60,8 +60,6 @@ pub fn optimism_payload_attributes(timestamp: u64) -> OpPayloadBuilderAttributes
|
||||
suggested_fee_recipient: Address::ZERO,
|
||||
withdrawals: Some(vec![]),
|
||||
parent_beacon_block_root: Some(B256::ZERO),
|
||||
target_blobs_per_block: None,
|
||||
max_blobs_per_block: None,
|
||||
};
|
||||
|
||||
OpPayloadBuilderAttributes {
|
||||
|
||||
Reference in New Issue
Block a user