UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

4 lines (3 loc) 225 B
import { SupportedDex, SupportedChainId } from '../types'; export declare function getSupportedDexes(chainId: SupportedChainId): SupportedDex[]; export declare function getChainsForDex(dex: SupportedDex): SupportedChainId[];