UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

11 lines (9 loc) 300 B
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", }, });