mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(evm): use RethEvmBuilder inside ConfigureEvm (#9745)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user