up light-js

This commit is contained in:
Sasha 2023-08-07 12:47:40 +02:00
parent 4260aa866a
commit d3fa71cf74
No known key found for this signature in database

View File

@ -45,11 +45,11 @@
createDecoder,
utf8ToBytes,
bytesToUtf8,
} from "https://unpkg.com/@waku/sdk@0.0.16/bundle/index.js";
} from "https://unpkg.com/@waku/sdk@0.0.18/bundle/index.js";
import {
enrTree,
DnsNodeDiscovery,
} from "https://unpkg.com/@waku/dns-discovery@0.0.14/bundle/index.js";
} from "https://unpkg.com/@waku/dns-discovery@0.0.16/bundle/index.js";
const peerIdDiv = document.getElementById("peer-id");
const remotePeerIdDiv = document.getElementById("remote-peer-id");