Skip to content

Commit af5b52d

Browse files
authored
Fix Flashbots relay endpoint (#888)
## 📝 Summary Previously included endpoint was internal without stability guarantees, switch to public-facing one. ## 💡 Motivation and Context <!--- (Optional) Why is this change required? What problem does it solve? Remove this section if not applicable. --> --- ## ✅ I have completed the following steps: * [ ] Run `make lint` * [ ] Run `make test` * [ ] Added tests (if applicable)
1 parent 623b44e commit af5b52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rbuilder/src/live_builder/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ lazy_static! {
947947
"flashbots".to_string(),
948948
RelayConfig {
949949
name: "flashbots".to_string(),
950-
url: "http://k8s-default-boostrel-9f278153f5-947835446.us-east-2.elb.amazonaws.com"
950+
url: "https://0xac6e77dfe25ecd6110b8e780608cce0dab71fdd5ebea22a16c0205200f2f8e2e3ad3b71d3499c54ad14d6c21b41a37ae@boost-relay.flashbots.net"
951951
.to_string(),
952952
grpc_url: None,
953953
mode: RelayMode::Full,

0 commit comments

Comments
 (0)