Skip to content

Commit

Permalink
fix(light-js): use port 8000 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Jul 10, 2023
1 parent bc0d811 commit 6de29d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/light-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<input
id="remote-multiaddr"
type="text"
value="/dns4/node-01.ac-cn-hongkong-c.wakuv2.test.statusim.net/tcp/443/wss/p2p/16Uiu2HAkvWiyFsgRhuJEb9JfjYxEkoHLgnUQmr1N5mKWnYjxYRVm"
value="/dns4/node-01.ac-cn-hongkong-c.wakuv2.test.statusim.net/tcp/8000/wss/p2p/16Uiu2HAkvWiyFsgRhuJEb9JfjYxEkoHLgnUQmr1N5mKWnYjxYRVm"
/>
<button disabled id="dial" type="button">Dial</button>
<br />
Expand Down

0 comments on commit 6de29d7

Please sign in to comment.