mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
update seed lists for mainnet and testnet (#3738)
This commit is contained in:
parent
030bd0e1d9
commit
34d23f5235
1 changed files with 4 additions and 4 deletions
|
@ -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", // 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
|
||||
"grinseed.yeastplume.org", // yeastplume@protonmail.com
|
||||
"grinseed.revcore.net", // yeastplume@gmail.com
|
||||
"mainnet-seed.grinnode.live", // info@grinnode.live
|
||||
"mainnet.grin.punksec.de", // grin@punksec.de
|
||||
"grinnode.30-r.com", // trinitron@30-r.com
|
||||
];
|
||||
/// DNS Seeds with contact email associated - Testnet
|
||||
pub const TESTNET_DNS_SEEDS: &[&str] = &[
|
||||
"floonet.seed.grin.lesceller.com", // q.lesceller@gmail.com
|
||||
"floonet.seed.grin.prokapi.com", // hendi@prokapi.com
|
||||
"grintestseed.revcore.net", // yeastplume@protonmail.com
|
||||
"grintestseed.revcore.net", // yeastplume@gmail.com
|
||||
"testnet.grin.punksec.de", // grin@punksec.de
|
||||
"testnet.grinnode.30-r.com", // trinitron@30-r.com
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue