net: replace easyhandhake.com with seed.htools.work.

This commit is contained in:
Nodari Chkuaselidze 2025-06-25 13:57:58 +04:00
parent a4e9ec6c32
commit 785fc787eb
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05
2 changed files with 3 additions and 2 deletions

View file

@ -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',

View file

@ -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
];
/**