Skip to content

Commit e6da00a

Browse files
committed
wrap flashbots url in option
1 parent 0f03dbc commit e6da00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct BuilderConfig {
9595
desc = "Flashbots endpoint for privately submitting rollup blocks",
9696
optional
9797
)]
98-
pub flashbots_endpoint: url::Url,
98+
pub flashbots_endpoint: Option<url::Url>,
9999

100100
/// Address of the Zenith contract on Host.
101101
#[from_env(var = "ZENITH_ADDRESS", desc = "address of the Zenith contract on Host")]

0 commit comments

Comments
 (0)