Skip to content

Commit

Permalink
use oak server for relay
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 21, 2024
1 parent fad4475 commit f09d5f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/network/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ export class TopologyNetworkNode {

// bootstrap
// TODO: use another technique instead of dial
// Oak's server
await this._node.dial([
multiaddr(
"/ip4/127.0.0.1/tcp/50000/ws/p2p/Qma3GsJmB47xYuyahPZPSadh1avvxfyYQwk8R3UnFrQ6aP",
"/ip4/94.130.27.52/tcp/50000/ws/p2p/Qma3GsJmB47xYuyahPZPSadh1avvxfyYQwk8R3UnFrQ6aP",
),
]);

Expand Down

0 comments on commit f09d5f8

Please sign in to comment.