We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 095aa69 + b7646f5 commit d01851eCopy full SHA for d01851e
src/network/dns.rs
@@ -2,7 +2,11 @@ extern crate alloc;
2
use bitcoin::Network;
3
use std::net::IpAddr;
4
5
-const SIGNET_SEEDS: &[&str; 2] = &["seed.dlsouza.lol", "seed.signet.bitcoin.sprovoost.nl"];
+const SIGNET_SEEDS: &[&str; 3] = &[
6
+ "seed.dlsouza.lol",
7
+ "seed.signet.bitcoin.sprovoost.nl",
8
+ "seed.signet.achownodes.xyz",
9
+];
10
11
const TESTNET_SEEDS: &[&str; 4] = &[
12
"testnet-seed.bitcoin.jonasschnelli.ch",
0 commit comments