We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b70424 commit bb3a936Copy full SHA for bb3a936
common/network-defaults/src/mainnet.rs
@@ -21,6 +21,6 @@ pub(crate) const REWARDING_VALIDATOR_ADDRESS: &str = "n10yyd98e2tuwu0f7ypz9dy3hh
21
pub(crate) fn validators() -> Vec<ValidatorDetails> {
22
vec![ValidatorDetails::new(
23
"https://rpc.nyx.nodes.guru/",
24
- Some("https://api.nyx.nodes.guru/"),
+ Some("https://validator.nymtech.net/api"),
25
)]
26
}
0 commit comments