toucan-sdk
Version:
A JavaScript SDK for Toucan Protocol. Works in the web browser and Node.js.
8 lines (7 loc) • 517 B
TypeScript
export declare const CELO_TOUCAN_GRAPH_API_URL: string;
export declare const ALFAJORES_TOUCAN_GRAPH_API_URL: string;
export declare const POLYGON_TOUCAN_GRAPH_API_URL: string;
export declare const POLYGON_SUSHI_GRAPH_API_URL = "https://api.thegraph.com/subgraphs/name/sushiswap/matic-exchange";
export declare const CELO_UBESWAP_GRAPH_API_URL = "https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap";
export declare const BASE_TOUCAN_GRAPH_API_URL: string;
export declare const BASE_SEPOLIA_GRAPH_API_URL: string;