feat(evm): use RethEvmBuilder inside ConfigureEvm (#9745)

This commit is contained in:
Thomas Coratger
2024-07-25 14:01:54 +02:00
committed by GitHub
parent ec505b22cd
commit b864185f6e
6 changed files with 27 additions and 21 deletions

View File

@ -130,6 +130,8 @@ impl ConfigureEvm for MyEvmConfig {
.append_handler_register(inspector_handle_register)
.build()
}
fn default_external_context<'a>(&self) -> Self::DefaultExternalContext<'a> {}
}
/// Builds a regular ethereum block executor that uses the custom EVM.