@waku/discovery
Version:
Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.
13 lines (12 loc) • 399 B
TypeScript
import { Tags } from "@waku/interfaces";
/**
* The ENR tree for the different fleets.
* SANDBOX and TEST fleets are for The Waku Network.
*/
export declare const enrTree: {
SANDBOX: string;
TEST: string;
};
export declare const DEFAULT_BOOTSTRAP_TAG_NAME = Tags.BOOTSTRAP;
export declare const DEFAULT_BOOTSTRAP_TAG_VALUE = 50;
export declare const DEFAULT_BOOTSTRAP_TAG_TTL = 100000000;