Add test context

This commit is contained in:
杨新刚
2021-02-01 17:27:44 +08:00
parent 348b3e0e54
commit 368749aa03
6 changed files with 230 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ export const DODO_CALLEE_HELPER_NAME = "DODOCalleeHelper"
export const CROWD_POOLING_NAME = "CP"
export const CROWD_POOLING_FACTORY = "CrowdPoolingFactory"
export const DODO_INCENTIVE = "DODOIncentive"
export const VDODO_NAME = "vDODOToken"
export const DODO_CULATION_HELPER = "DODOCirculationHelper"
export const DODO_GOVERNANCE = "Governance"
interface ContractJson {
abi: any;