mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
add one more DNS seed (#2283)
This commit is contained in:
parent
a02c44080a
commit
c388af6603
1 changed files with 2 additions and 0 deletions
|
@ -36,12 +36,14 @@ const MAINNET_DNS_SEEDS: &'static [&'static str] = &[
|
|||
"mainnet.seed.grin.icu", // gary.peverell@protonmail.com
|
||||
"mainnet.seed.713.mw", // jasper@713.mw
|
||||
"mainnet.seed.grin.lesceller.com", // q.lesceller@gmail.com
|
||||
"mainnet.seed.grin.prokapi.com", // hendi@prokapi.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
|
||||
"floonet.seed.grin.prokapi.com", // hendi@prokapi.com
|
||||
];
|
||||
|
||||
pub fn connect_and_monitor(
|
||||
|
|
Loading…
Reference in a new issue