@waku/discovery
Version:
Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.
14 lines (13 loc) • 494 B
TypeScript
import type { NodeCapabilityCount } 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 = "bootstrap";
export declare const DEFAULT_BOOTSTRAP_TAG_VALUE = 50;
export declare const DEFAULT_BOOTSTRAP_TAG_TTL = 100000000;
export declare const DEFAULT_NODE_REQUIREMENTS: Partial<NodeCapabilityCount>;