UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

16 lines 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.custom = void 0; const config_js_1 = require("../../types/config.js"); exports.custom = (0, config_js_1.createCustomConfig)({ morpho: { minimalDeployment: true, subgraphUrl: "https://api.goldsky.com/api/public/project_cm7wv7gztiq1e01vv7uco1h1y/subgraphs/moonwell-morpho-blue-optimism/production/gn", }, governance: { token: "WELL", chainIds: [], }, multiRewarder: [{ rewardToken: "WELL" }, { rewardToken: "OP" }], }); //# sourceMappingURL=custom.js.map