UNPKG
@swaptoshi/governance-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr governance on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/governance-module
/
dist
/
constants
/
config.d.ts
5 lines
(4 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
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
;