mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-05 14:23:12 +00:00
up light-js
This commit is contained in:
parent
4260aa866a
commit
d3fa71cf74
@ -45,11 +45,11 @@
|
|||||||
createDecoder,
|
createDecoder,
|
||||||
utf8ToBytes,
|
utf8ToBytes,
|
||||||
bytesToUtf8,
|
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 {
|
import {
|
||||||
enrTree,
|
enrTree,
|
||||||
DnsNodeDiscovery,
|
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 peerIdDiv = document.getElementById("peer-id");
|
||||||
const remotePeerIdDiv = document.getElementById("remote-peer-id");
|
const remotePeerIdDiv = document.getElementById("remote-peer-id");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user