UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

14 lines 437 B
import { createCustomConfig } from "../../types/config.js"; export const custom = 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