mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Add @jaspervdm DNS seed (#2270)
This commit is contained in:
parent
f2a29ce37a
commit
e0923753fa
1 changed files with 2 additions and 0 deletions
|
@ -34,10 +34,12 @@ use crate::util::{Mutex, StopState};
|
|||
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
|
||||
];
|
||||
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
|
||||
];
|
||||
|
||||
pub fn connect_and_monitor(
|
||||
|
|
Loading…
Reference in a new issue