Skip to content

Commit bb3a936

Browse files
committed
Fix validator-api mainnet config
1 parent 9b70424 commit bb3a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/network-defaults/src/mainnet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ pub(crate) const REWARDING_VALIDATOR_ADDRESS: &str = "n10yyd98e2tuwu0f7ypz9dy3hh
2121
pub(crate) fn validators() -> Vec<ValidatorDetails> {
2222
vec![ValidatorDetails::new(
2323
"https://rpc.nyx.nodes.guru/",
24-
Some("https://api.nyx.nodes.guru/"),
24+
Some("https://validator.nymtech.net/api"),
2525
)]
2626
}

0 commit comments

Comments
 (0)