Skip to content

Commit 7456a56

Browse files
committed
wrap flashbots url in option
1 parent b48fdf6 commit 7456a56

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
@@ -98,7 +98,7 @@ pub struct BuilderConfig {
9898
desc = "Flashbots endpoint for privately submitting rollup blocks",
9999
optional
100100
)]
101-
pub flashbots_endpoint: url::Url,
101+
pub flashbots_endpoint: Option<url::Url>,
102102

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

0 commit comments

Comments
 (0)