polytope-labs / hyperbridge

Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
107 stars 33 forks source link

Add Helikon bootnodes. #291

Closed kukabi closed 1 month ago

kukabi commented 1 month ago

This PR adds Helikon bootnodes to the Nexus chain spec. Helikon nodes can be monitored on the W3F Telemetry. You may test the bootnodes using the command:

./hyperbridge \
  --chain nexus \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns4/boot.helikon.io/tcp/8610/p2p/12D3KooWNvVYuuHtV9KSpUXy7puERNvoNyAcRGizp3s2QpHQuuhq"

and:

./hyperbridge \
  --chain nexus \
  --relay-chain-rpc-urls=wss://rpc.helikon.io/polkadot \
  --tmp \
  --no-mdns \
  --no-telemetry \
  --no-hardware-benchmarks \
  --reserved-only \
  --reserved-nodes "/dns4/boot.helikon.io/tcp/8612/wss/p2p/12D3KooWNvVYuuHtV9KSpUXy7puERNvoNyAcRGizp3s2QpHQuuhq"

Thanks.