Skip to content

Commit

Permalink
fix(providers): revert Bungee multiple bridges usage (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Jan 14, 2025
1 parent 32825db commit 361bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/bungee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl ChainOrchestrationProvider for BungeeProvider {
);
// Use only Across bridge for latency reason
url.query_pairs_mut()
.append_pair("includeBridges", "across,hop,stargate");
.append_pair("includeBridges", "across");

let latency_start = SystemTime::now();
let response = self.send_get_request(url).await?;
Expand Down

0 comments on commit 361bb6f

Please sign in to comment.