up relay-js

This commit is contained in:
Sasha 2023-08-07 12:57:02 +02:00
parent 88d06a26dc
commit 470378248b
No known key found for this signature in database

View File

@ -40,7 +40,7 @@
bytesToUtf8,
utf8ToBytes,
createRelayNode,
} 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 statusDiv = document.getElementById("status");
const messagesDiv = document.getElementById("messages");