toucan-sdk
Version:
A JavaScript SDK for Toucan Protocol. Works in the web browser and Node.js.
14 lines (13 loc) • 1.58 kB
JavaScript
;
// Description: This file contains the API URLs for the subgraphs used in the project.
// Links are sourced from https://docs.toucan.earth/developers/sdk/subgraph
Object.defineProperty(exports, "__esModule", { value: true });
exports.BASE_SEPOLIA_GRAPH_API_URL = exports.BASE_TOUCAN_GRAPH_API_URL = exports.CELO_UBESWAP_GRAPH_API_URL = exports.POLYGON_SUSHI_GRAPH_API_URL = exports.POLYGON_TOUCAN_GRAPH_API_URL = exports.ALFAJORES_TOUCAN_GRAPH_API_URL = exports.CELO_TOUCAN_GRAPH_API_URL = void 0;
const { GRAPH_API_KEY } = process.env;
exports.CELO_TOUCAN_GRAPH_API_URL = `https://gateway-arbitrum.network.thegraph.com/api/${GRAPH_API_KEY}/subgraphs/id/BWmN569zDopYXp3nzDukJsGDHqRstYAFULFPH8rxyVBk`;
exports.ALFAJORES_TOUCAN_GRAPH_API_URL = `https://gateway-arbitrum.network.thegraph.com/api/${GRAPH_API_KEY}/subgraphs/id/4uY2L3vQW8XKYPrFFk4i6ZuJkgbpJ8SbJayc8wzMBRYw`;
exports.POLYGON_TOUCAN_GRAPH_API_URL = `https://gateway-arbitrum.network.thegraph.com/api/${GRAPH_API_KEY}/subgraphs/id/FU5APMSSCqcRy9jy56aXJiGV3PQmFQHg2tzukvSJBgwW`;
exports.POLYGON_SUSHI_GRAPH_API_URL = "https://api.thegraph.com/subgraphs/name/sushiswap/matic-exchange";
exports.CELO_UBESWAP_GRAPH_API_URL = "https://api.thegraph.com/subgraphs/name/ubeswap/ubeswap";
exports.BASE_TOUCAN_GRAPH_API_URL = `https://gateway-arbitrum.network.thegraph.com/api/${GRAPH_API_KEY}/subgraphs/id/AEJ5PEDye6Z198HRQBioG6mZ6ZacHenBg2HTopZPsUCi`;
exports.BASE_SEPOLIA_GRAPH_API_URL = `https://gateway-arbitrum.network.thegraph.com/api/${GRAPH_API_KEY}/subgraphs/id/2oKCq3rDwdYPSao4UbDZKSNbawEdhBVf3BxmqJzFe1uj`;