mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: Apply precompiles for eth_call and eth_estimateGas
This commit is contained in:
@ -42,6 +42,7 @@ use std::{fmt, marker::PhantomData, sync::Arc};
|
||||
mod block;
|
||||
mod call;
|
||||
pub mod engine_api;
|
||||
mod estimate;
|
||||
mod transaction;
|
||||
|
||||
pub trait HlRpcNodeCore: RpcNodeCore<Primitives: NodePrimitives<Block = HlBlock>> {}
|
||||
|
||||
Reference in New Issue
Block a user