UNPKG

@astonic-io/astonic-sdk

Version:

Official SDK for interacting with the Astonic Protocol

4 lines (3 loc) 205 B
import { TradablePair } from '../astonic'; export declare const TRADABLE_PAIRS: Record<number, TradablePair[]>; export declare function getCachedTradablePairs(chainId: number): TradablePair[] | undefined;