UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

8 lines (7 loc) 193 B
import { SupportedChainId } from '../types'; type GraphQL = { url: string; publishedUrl: string; }; export declare const graphUrls: Record<SupportedChainId, GraphQL>; export {};