We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dd938 commit ca67465Copy full SHA for ca67465
src/config.rs
@@ -52,6 +52,7 @@ pub struct BuilderConfig {
52
/// URL for the Rollup RPC node.
53
pub ru_rpc_url: Cow<'static, str>,
54
/// Additional RPC URLs to which to broadcast transactions.
55
+ /// NOTE: should not include the host_rpc_url value
56
pub tx_broadcast_urls: Vec<Cow<'static, str>>,
57
/// address of the Zenith contract on Host.
58
pub zenith_address: Address,
0 commit comments