UNPKG

lotus-sdk

Version:

Central repository for several classes of tools for integrating with, and building for, the Lotusia ecosystem

18 lines 837 B
import type { ScriptChunkPlatformUTF8 } from '../lib/rank/index.js'; export declare const CHRONIK_API_URL = "https://chronik.lotusia.org"; export declare const NODE_GEOIP_URL = "https://api.sefinek.net/api/v2/geoip"; export declare const RANK_API_URL = "https://rank.lotusia.org/api/v1"; export declare const MAX_OP_RETURN_RELAY = 223; export declare const MAX_OP_RETURN_DATA = 220; export declare const MAX_OP_RETURN_OUTPUTS = 3; export declare const RANK_OUTPUT_MIN_VALID_SATS = 1000000; export declare const RNKC_MIN_FEE_RATE = 10000000; export declare const RNKC_MIN_DATA_LENGTH = 1; export declare const PlatformURL: { [key in ScriptChunkPlatformUTF8]?: { root: string; profile(profileId: string): string; post(profileId: string, postId: string): string; }; }; //# sourceMappingURL=constants.d.ts.map