mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-08 10:11:14 +03:00
Remove grin-tech from DNS seeds (#3121)
This commit is contained in:
parent
29b871841a
commit
739a190352
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ use crate::util::StopState;
|
|||
|
||||
// DNS Seeds with contact email associated
|
||||
const MAINNET_DNS_SEEDS: &'static [&'static str] = &[
|
||||
"mainnet.seed.grin-tech.org", // igno.peverell@protonmail.com
|
||||
"mainnet.seed.grin.icu", // gary.peverell@protonmail.com
|
||||
"mainnet.seed.713.mw", // jasper@713.mw
|
||||
"mainnet.seed.grin.lesceller.com", // q.lesceller@gmail.com
|
||||
|
@ -42,7 +41,6 @@ const MAINNET_DNS_SEEDS: &'static [&'static str] = &[
|
|||
"grinseed.yeastplume.org", // yeastplume@protonmail.com
|
||||
];
|
||||
const FLOONET_DNS_SEEDS: &'static [&'static str] = &[
|
||||
"floonet.seed.grin-tech.org", // igno.peverell@protonmail.com
|
||||
"floonet.seed.grin.icu", // gary.peverell@protonmail.com
|
||||
"floonet.seed.713.mw", // jasper@713.mw
|
||||
"floonet.seed.grin.lesceller.com", // q.lesceller@gmail.com
|
||||
|
|
Loading…
Add table
Reference in a new issue