net: replace easyhandhake.com with seed.htools.work.
This commit is contained in:
parent
a4e9ec6c32
commit
785fc787eb
2 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,8 @@ module.exports = [
|
|||
'194.50.5.28',
|
||||
|
||||
// Other nodes discovered by
|
||||
// seed.easyhandshake.com
|
||||
// hs-mainnet.bcoin.ninja
|
||||
// seed.htools.work
|
||||
// htools-org/hnsnodes
|
||||
// hsdnethealth.nodech.dev
|
||||
'139.59.211.187',
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ main.type = 'main';
|
|||
|
||||
main.seeds = [
|
||||
'hs-mainnet.bcoin.ninja', // Christopher Jeffrey
|
||||
'seed.easyhandshake.com' // Matthew Zipkin
|
||||
'seed.htools.work' // Rithvik Vibhu
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue