MCPcopy Create free account
hub / github.com/base/base / build_evm

Method build_evm

crates/execution/node/src/node.rs:846–850  ·  view source on GitHub ↗
(self, ctx: &BuilderContext<Node>)

Source from the content-addressed store, hash-verified

844 >;
845
846 async fn build_evm(self, ctx: &BuilderContext<Node>) -> eyre::Result<Self::EVM> {
847 let evm_config = BaseEvmConfig::new(ctx.chain_spec(), BaseRethReceiptBuilder::default());
848
849 Ok(evm_config)
850 }
851}
852
853/// A basic Base transaction pool.

Callers

nothing calls this directly

Calls 1

chain_specMethod · 0.45

Tested by

no test coverage detected