add default node from go-waku prod fleet

This commit is contained in:
Sasha 2023-08-30 01:16:01 +02:00
parent bce883a39e
commit e9118cdd1e
No known key found for this signature in database

View File

@ -17,7 +17,10 @@
<h4><label for="remoteNode">Remote node multiaddr</label></h4>
<div>
<input id="remoteNode" />
<input
id="remoteNode"
value="/dns4/node-01.ac-cn-hongkong-c.go-waku.prod.statusim.net/tcp/443/wss/p2p/16Uiu2HAm1fVVprL9EaDpDw4frNX3CPfZu5cBqhtk9Ncm6WCvprpv"
/>
<button id="connectRemoteNode">Dial</button>
</div>