@accret/bridge-sdk
Version:
12 lines • 459 B
TypeScript
declare const JUPITER_API_URL = "https://lite-api.jup.ag";
declare const DEBRIDGE_API = "https://dln.debridge.finance/v1.0";
export { JUPITER_API_URL, DEBRIDGE_API };
export declare function setAPIKeys({ heliusApiKey, infuraApiKey, }: {
heliusApiKey: string;
infuraApiKey: string;
}): Promise<void>;
export declare const API_KEYS: {
INFURA_API_KEY: string | undefined;
HELIUS_API_KEY: string | undefined;
};
//# sourceMappingURL=index.d.ts.map