HydraDX-node
HydraDX-node copied to clipboard
chore: add dwellir bootnodes
Description
Add a bootnode for hydration
Related Issue
Motivation and Context
This is to increase the resilience of the network
How Has This Been Tested?
This is has been tested with
./hydradx --chain=hydradx --reserved-only --reserved-nodes=/dns/hydration-boot-ng.dwellir.com/tcp/30366/p2p/12D3KooWMNf1YGh3rxaiWPjzQ1UKQxKq2WSjAKdrSgdcYaFH4ie5
./hydradx --chain=hydradx --reserved-only --reserved-nodes=/dns/hydration-boot-ng.dwellir.com/tcp/443/wss/p2p/12D3KooWMNf1YGh3rxaiWPjzQ1UKQxKq2WSjAKdrSgdcYaFH4ie5
Checklist:
- [ ] I have updated the documentation if necessary.
- [ ] I have added tests to cover my changes, regression test if fixing an issue.
- [ ] This is a breaking change.