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 5d0774b commit 3f6d723Copy full SHA for 3f6d723
src/test_utils.rs
@@ -32,7 +32,7 @@ pub fn setup_test_config() -> Result<BuilderConfig> {
32
.try_into()
33
.unwrap(),
34
tx_broadcast_urls: vec!["http://localhost:9000".into()],
35
- flashbots_endpoint: "http://localhost:9062".parse().unwrap(), // NB: Flashbots API default
+ flashbots_endpoint: "http://localhost:9062".parse().unwrap(), // NB: Flashbots API default
36
zenith_address: Address::default(),
37
quincey_url: "http://localhost:8080".into(),
38
builder_port: 8080,
0 commit comments