add crowdPooling proxy test

This commit is contained in:
owen05
2020-12-15 01:07:15 +08:00
parent 6bdf689af8
commit fcc0f5b3b7
6 changed files with 264 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ export const DVM_ADMIN_NAME = "DVMAdmin"
export const DPP_ADMIN_NAME = "DPPAdmin"
export const DODO_CALLEE_HELPER_NAME = "DODOCalleeHelper"
export const CROWD_POOLING_NAME = "CP"
export const CROWD_POOLING_FACTORY = "CrowdPoolingFactory"
interface ContractJson {
abi: any;