mysterybox test ing

This commit is contained in:
owen05
2021-04-15 22:59:15 +08:00
parent 7da769f596
commit 930698f676
3 changed files with 138 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ export const NFT_TOKEN_FACTORY = "NFTTokenFactory"
export const NFT_REGISTER = "DODONFTRegistry"
export const NFT_PROXY = "DODONFTProxy"
export const RANDOM_GENERATOR = "RandomGenerator"
export const MYSTERY_BOX_V1 = "MysteryBoxV1"
interface ContractJson {
abi: any;
networks: { [network: number]: any };