Skip to content

Commit

Permalink
Use remote node
Browse files Browse the repository at this point in the history
  • Loading branch information
D4nte committed Mar 17, 2022
1 parent b6e3a25 commit 4eaab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/waku-node/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import WebRTCDirect from 'libp2p-webrtc-direct';
libp2p: {
peerId: hardcodedPeerId,
addresses: {
listen: ['/ip4/127.0.0.1/tcp/9090/http/p2p-webrtc-direct']
listen: ['/ip4/0.0.0.0/tcp/9090/http/p2p-webrtc-direct']
},
modules: {
transport: [WebRTCDirect]
Expand Down
2 changes: 1 addition & 1 deletion examples/web-chat/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async function initWaku(setter: (waku: Waku) => void) {
},
bootstrap: {
peers: [
`/ip4/127.0.0.1/tcp/9090/http/p2p-webrtc-direct/p2p/12D3KooWCuo3MdXfMgaqpLC5Houi1TRoFqgK9aoxok4NK5udMu8m`,
`/dns4/waku.fryorcraken.xyz/tcp/9090/http/p2p-webrtc-direct/p2p/12D3KooWCuo3MdXfMgaqpLC5Houi1TRoFqgK9aoxok4NK5udMu8m`,
],
},
});
Expand Down

0 comments on commit 4eaab4c

Please sign in to comment.