@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
17 lines • 545 B
JavaScript
;
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,
apiUrl: "https://api.morpho.org/graphql",
rewardsApiUrl: "https://rewards.morpho.org",
},
governance: {
token: "WELL",
chainIds: [],
},
multiRewarder: [{ rewardToken: "WELL" }, { rewardToken: "OP" }],
});
//# sourceMappingURL=custom.js.map