Skip to content

Commit

Permalink
add localhost as relay bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 7, 2024
1 parent 2874e92 commit 43555f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/network/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class TopologyNetworkNode {
}),
bootstrap({
list: [
"/ip4/127.0.0.1/tcp/50000/ws/p2p/Qma3GsJmB47xYuyahPZPSadh1avvxfyYQwk8R3UnFrQ6aP",
"/dns4/relay.droak.sh/tcp/443/wss/p2p/Qma3GsJmB47xYuyahPZPSadh1avvxfyYQwk8R3UnFrQ6aP",
],
}),
Expand Down

0 comments on commit 43555f4

Please sign in to comment.