UNPKG

@koyofinance/exchange-sdk

Version:
9 lines 702 B
import { ChainId } from '@koyofinance/core-sdk'; export declare const BOBA_EXCHANGE_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/koyo-finance/exchange-subgraph-boba"; export declare const AURORA_EXCHANGE_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/koyo-finance/exchange-subgraph-aurora"; export declare const MOONRIVER_EXCHANGE_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/koyo-finance/exchange-subgraph-moonriver"; export declare const POLYGON_EXCHANGE_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/koyo-finance/exchange-subgraph-matic"; export declare const CHAIN_EXCHANGE_SUBGRAPH: { [C in ChainId]?: string; }; //# sourceMappingURL=subgraphs.d.ts.map