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