UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

28 lines 729 B
import { base, mainnet, moonbeam, moonriver, optimism } from "viem/chains"; function createGovernanceTokensConfig(input) { return input; } export const GovernanceTokensConfig = createGovernanceTokensConfig({ WELL_TESTNET: { id: "WELL_TESTNET", symbol: "WELL", name: "WELL (Testnet)", chainIds: [], testnet: true, }, WELL: { id: "WELL", symbol: "WELL", name: "WELL", chainIds: [moonbeam.id, base.id, optimism.id, mainnet.id], testnet: false, }, MFAM: { id: "MFAM", symbol: "MFAM", name: "MFAM", chainIds: [moonriver.id], testnet: false, }, }); //# sourceMappingURL=governance.js.map