remove declare module

This commit is contained in:
Sasha 2023-06-23 22:21:58 +02:00
parent 2dd417969d
commit 6af03b6381
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -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(),
],

View File

@ -1,2 +1 @@
declare module "@livechat/ui-kit";
declare module "@waku/dns-discovery";