fix: Always forward transactions to upstream

This commit is contained in:
sprites0
2025-07-05 03:09:13 +00:00
parent 450e228a8f
commit 278d3608b1
2 changed files with 11 additions and 7 deletions

View File

@ -33,6 +33,8 @@ pub struct HlNodeArgs {
pub block_source_args: BlockSourceArgs,
/// Upstream RPC URL to forward incoming transactions.
///
/// Default to Hyperliquid's RPC URL when not provided (https://rpc.hyperliquid.xyz/evm).
#[arg(long, env = "UPSTREAM_RPC_URL")]
pub upstream_rpc_url: Option<String>,