baluni-api
Version:
Api for baluni-cli
15 lines (14 loc) • 795 B
TypeScript
import { InfraConfig, GeneralCOnfig, TokenConfig, NetworkConfig, OracleConfig } from './types/constants';
export declare const BASEURL = "https://baluni-api.scobrudot.dev";
export declare const INFRA: InfraConfig;
export declare const PROTOCOLS: GeneralCOnfig;
export declare const ORACLE: OracleConfig;
export declare const NATIVETOKENS: TokenConfig;
export declare const WETH: NetworkConfig;
export declare const USDC: NetworkConfig;
export declare const USDT: NetworkConfig;
export declare const DAI: NetworkConfig;
export declare const NETWORKS: NetworkConfig;
export declare const TOKENS_URL = "https://gateway.ipfs.io/ipns/tokens.uniswap.org";
export declare const ODOS_QUOTE = "https://api.odos.xyz/sor/quote/v2";
export declare const ODOS_ASSEMBLE = "https://api.odos.xyz/sor/assemble";