UNPKG

@swaptoshi/governance-module

Version:

Klayr governance on-chain module

5 lines (4 loc) 223 B
import { GovernanceModuleConfig } from '../types'; export declare const DEFAULT_VOTE_DURATION_DAY = 28; export declare const DEFAULT_MAX_BOOST_DURATION_DAY = 720; export declare const defaultConfig: GovernanceModuleConfig;