From afb04764b1af2670dc1b1b6bb18f2c99ba25fe02 Mon Sep 17 00:00:00 2001 From: weboko Date: Tue, 24 Jan 2023 22:23:03 +0100 Subject: [PATCH] increase button width, use default params for node --- examples/noise-js/index.html | 2 +- examples/noise-js/index.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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 {