Skip to content

Commit

Permalink
net: restore easyhandshake dns seed
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed May 17, 2021
1 parent bedcb3b commit dba8448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/protocol/networks.js
Expand Up @@ -49,8 +49,8 @@ main.type = 'main';
*/

main.seeds = [
'hs-mainnet.bcoin.ninja' // Christopher Jeffrey
// 'seed.easyhandshake.com' // Matthew Zipkin
'hs-mainnet.bcoin.ninja', // Christopher Jeffrey
'seed.easyhandshake.com' // Matthew Zipkin
];

/**
Expand Down

0 comments on commit dba8448

Please sign in to comment.