mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Add one more dns seed (#2250)
This commit is contained in:
parent
203eba16de
commit
c639e85be5
1 changed files with 2 additions and 0 deletions
|
@ -33,9 +33,11 @@ use crate::util::{Mutex, 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
|
||||
];
|
||||
const FLOONET_DNS_SEEDS: &'static [&'static str] = &[
|
||||
"floonet.seed.grin-tech.org", // igno.peverell@protonmail.com
|
||||
"floonet.seed.grin.icu", // gary.peverell@protonmail.com
|
||||
];
|
||||
|
||||
pub fn connect_and_monitor(
|
||||
|
|
Loading…
Reference in a new issue