Skip to content

Commit

Permalink
update seed lists for mainnet and testnet (#3738)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Oct 21, 2022
1 parent 030bd0e commit 34d23f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions servers/src/grin/seed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ use crate::util::StopState;

/// DNS Seeds with contact email associated - Mainnet
pub const MAINNET_DNS_SEEDS: &[&str] = &[
"mainnet.seed.grin.icu", // [email protected]
"mainnet.seed.713.mw", // [email protected]
"mainnet.seed.grin.lesceller.com", // [email protected]
"mainnet.seed.grin.prokapi.com", // [email protected]
"grinseed.yeastplume.org", // yeastplume@protonmail.com
"grinseed.revcore.net", // yeastplume@gmail.com
"mainnet-seed.grinnode.live", // [email protected]
"mainnet.grin.punksec.de", // [email protected]
"grinnode.30-r.com", // [email protected]
];
/// DNS Seeds with contact email associated - Testnet
pub const TESTNET_DNS_SEEDS: &[&str] = &[
"floonet.seed.grin.lesceller.com", // [email protected]
"floonet.seed.grin.prokapi.com", // [email protected]
"grintestseed.revcore.net", // yeastplume@protonmail.com
"grintestseed.revcore.net", // yeastplume@gmail.com
"testnet.grin.punksec.de", // [email protected]
"testnet.grinnode.30-r.com", // [email protected]
];
Expand Down

0 comments on commit 34d23f5

Please sign in to comment.