From 4260aa866a4d73524fa13bcc94f2129d5b0c5960 Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 7 Aug 2023 12:46:20 +0200 Subject: [PATCH] update light-chat --- 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 030107b..dbb4ee7 100644 --- a/examples/light-chat/index.js +++ b/examples/light-chat/index.js @@ -5,7 +5,7 @@ import { waitForRemotePeer, createDecoder, createEncoder, -} from "https://unpkg.com/@waku/sdk@0.0.16/bundle/index.js"; +} from "https://unpkg.com/@waku/sdk@0.0.18/bundle/index.js"; const CONTENT_TOPIC = "/toy-chat/2/huilong/proto";