feat: Add --hl-node-compliant

This commit is contained in:
sprites0
2025-07-04 23:19:32 +00:00
parent 77320a2b03
commit 7918101d65
4 changed files with 40 additions and 6 deletions

View File

@ -34,6 +34,9 @@ pub struct HlNodeArgs {
#[arg(long, env = "UPSTREAM_RPC_URL")]
pub upstream_rpc_url: Option<String>,
#[arg(long, env = "HL_NODE_COMPLIANT")]
pub hl_node_compliant: bool,
}
/// The main reth_hl cli interface.