From cd5f3bd09e97ee3ee08a09dc5910cb2ca6f6f0d7 Mon Sep 17 00:00:00 2001 From: danisharora099 Date: Wed, 1 Feb 2023 12:54:55 +0530 Subject: [PATCH] bump to @waku/core 0.0.10 --- examples/light-chat/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light-chat/index.js b/examples/light-chat/index.js index 693e20d..7f88dab 100644 --- a/examples/light-chat/index.js +++ b/examples/light-chat/index.js @@ -4,7 +4,7 @@ import { waitForRemotePeer, createDecoder, createEncoder, -} from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js"; +} from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js"; const MULTI_ADDR = "/dns4/node-01.ac-cn-hongkong-c.wakuv2.test.statusim.net/tcp/443/wss/p2p/16Uiu2HAkvWiyFsgRhuJEb9JfjYxEkoHLgnUQmr1N5mKWnYjxYRVm";