UNPKG

@cryptoalgebra/alm-sdk

Version:

Algebra ALM SDK

22 lines 971 B
"use strict"; var _a, _b, _c; Object.defineProperty(exports, "__esModule", { value: true }); exports.graphUrls = void 0; /* eslint-disable import/prefer-default-export */ var types_1 = require("../types"); // 'none' indicates that graph is not enabled on that chain exports.graphUrls = (_a = {}, _a[types_1.SupportedChainId.Base] = (_b = {}, _b[types_1.SupportedDex.CLAMM] = { url: 'https://api.studio.thegraph.com/query/50593/clamm-alm/version/latest', publishedUrl: 'https://api.studio.thegraph.com/query/50593/clamm-alm/version/latest', }, _b), _a[types_1.SupportedChainId.BaseSepolia] = (_c = {}, _c[types_1.SupportedDex.CLAMM] = { url: 'https://api.studio.thegraph.com/query/50593/base-testnet-alm/version/latest', publishedUrl: 'https://api.studio.thegraph.com/query/50593/base-testnet-alm/version/latest', }, _c), _a); //# sourceMappingURL=constants.js.map