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 b48fdf6 commit 7456a56Copy full SHA for 7456a56
src/config.rs
@@ -98,7 +98,7 @@ pub struct BuilderConfig {
98
desc = "Flashbots endpoint for privately submitting rollup blocks",
99
optional
100
)]
101
- pub flashbots_endpoint: url::Url,
+ pub flashbots_endpoint: Option<url::Url>,
102
103
/// Address of the Zenith contract on Host.
104
#[from_env(var = "ZENITH_ADDRESS", desc = "address of the Zenith contract on Host")]
0 commit comments