Skip to content

Commit

Permalink
remove other node
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 5, 2024
1 parent 019be8c commit 5a26b6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions clients/vault/src/oracle/testing_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ pub fn specific_stellar_relay_config(

fn stellar_relay_config_choices(is_mainnet: bool) -> (Vec<&'static str>, &'static str) {
let node_points = if is_mainnet {
// vec!["iowa", "singapore", "frankfurt"]
vec!["other"] // temporarily force use this node, others seem to be overloaded
vec!["iowa", "singapore", "frankfurt"]
} else {
vec!["sdftest1", "sdftest2", "sdftest3"]
};
Expand Down

0 comments on commit 5a26b6a

Please sign in to comment.