diff --git a/src/config.rs b/src/config.rs index 7363ae2d..17d49174 100644 --- a/src/config.rs +++ b/src/config.rs @@ -52,6 +52,7 @@ pub struct BuilderConfig { /// URL for the Rollup RPC node. pub ru_rpc_url: Cow<'static, str>, /// Additional RPC URLs to which to broadcast transactions. + /// NOTE: should not include the host_rpc_url value pub tx_broadcast_urls: Vec>, /// address of the Zenith contract on Host. pub zenith_address: Address,