diff --git a/examples/noise-js/index.html b/examples/noise-js/index.html index 228d1a9..c541407 100644 --- a/examples/noise-js/index.html +++ b/examples/noise-js/index.html @@ -165,7 +165,7 @@ />
- +
diff --git a/examples/noise-js/index.js b/examples/noise-js/index.js index a2a3a15..0243413 100644 --- a/examples/noise-js/index.js +++ b/examples/noise-js/index.js @@ -25,11 +25,7 @@ async function main() { // Starting the node const node = await createLightNode({ - libp2p: { - peerDiscovery: [ - new PeerDiscoveryStaticPeers(getPredefinedBootstrapNodes(Fleet.Test)), - ], - }, + defaultBootstrap: true, }); try {