@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
10 lines • 350 B
JavaScript
import { createContractsConfig } from "../../types/config.js";
import { tokens } from "./tokens.js";
export const contracts = createContractsConfig({
tokens,
contracts: {
// `stakingToken` is intentionally omitted until Ethereum staking contracts ship.
governanceToken: "WELL",
},
});
//# sourceMappingURL=contracts.js.map