UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

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