UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

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