mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-02-12 08:53:15 +00:00
remove declare module
This commit is contained in:
parent
2dd417969d
commit
6af03b6381
@ -12,10 +12,10 @@ import { ENR_TREE, CONTENT_TOPIC, PROTOCOLS } from "./config";
|
||||
const NODE_OPTIONS = {
|
||||
libp2p: {
|
||||
peerDiscovery: [
|
||||
wakuDnsDiscovery(ENR_TREE, {
|
||||
wakuDnsDiscovery([ENR_TREE], {
|
||||
store: 1,
|
||||
filter: 2,
|
||||
lightpush: 2,
|
||||
lightPush: 2,
|
||||
}),
|
||||
wakuPeerExchangeDiscovery(),
|
||||
],
|
||||
|
||||
1
examples/web-chat/src/types/types.d.ts
vendored
1
examples/web-chat/src/types/types.d.ts
vendored
@ -1,2 +1 @@
|
||||
declare module "@livechat/ui-kit";
|
||||
declare module "@waku/dns-discovery";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user