mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 09:43:10 +00:00
* add: test for multi enrtree + static multiaddr * wrap up test * rm: only * move test to optional file * dns-disc: setup default for node requirements & move to constants * chore: restructure DNS Discovery for better readability * fix: build * fix: type import * fix: test expect * rm: only * update packagelock * use new libp2p interface * fix linting errors
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
export { PeerDiscoveryDns, wakuDnsDiscovery } from "./dns_discovery.js";
|
|
export { enrTree } from "./constants.js";
|
|
export { DnsNodeDiscovery } from "./dns.js";
|