diff --git a/store-js/index.html b/store-js/index.html index 169bded..ad29712 100644 --- a/store-js/index.html +++ b/store-js/index.html @@ -17,7 +17,7 @@ Protocols } from 'https://unpkg.com/js-waku@0.27.0/bundle/index.js'; import { - createWaku + createLightNode } from 'https://unpkg.com/js-waku@0.27.0/bundle/lib/create_waku.js' import { waitForRemotePeer @@ -34,7 +34,7 @@ try { timestampDiv.innerHTML = '

Creating waku.

'; - const node = await createWaku({ defaultBootstrap: true }); + const node = await createLightNode({ defaultBootstrap: true }); timestampDiv.innerHTML = '

Starting waku.

'; await node.start();