UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

6 lines (5 loc) 230 B
import { SupportedChainId, SupportedDex } from '../types'; export default function getGraphUrls(chainId: SupportedChainId, dex: SupportedDex, isGraphRequired?: boolean): { url: string; publishedUrl: string | undefined; };