UNPKG

@velora-dex/sdk

Version:
7 lines 413 B
import { EnumerateLiteral } from './types'; import type { ContractMethod } from '@paraswap/core'; export { SwapSide, ContractMethod, ContractMethodV5, ContractMethodV6, } from '@paraswap/core'; export type ContractMethodByName = EnumerateLiteral<typeof ContractMethod>; export declare const API_URL = "https://api.paraswap.io"; export declare const DEFAULT_VERSION = "6.2"; //# sourceMappingURL=constants.d.ts.map