Added Flag to Bypass New Payload Cache

This commit is contained in:
Mark Mackey
2025-11-24 12:24:43 -06:00
parent ef1aa6bd96
commit 77e1c67723
6 changed files with 24 additions and 21 deletions

View File

@@ -76,6 +76,7 @@ impl<E: EthSpec> MockExecutionLayer<E> {
execution_endpoint: Some(url),
secret_file: Some(path),
suggested_fee_recipient: Some(Address::repeat_byte(42)),
bypass_new_payload_cache: true,
..Default::default()
};
let el = ExecutionLayer::from_config(config, executor.clone()).unwrap();