change drops contract name

This commit is contained in:
owen05
2021-05-28 12:42:23 +08:00
parent 0fdc266d2b
commit a63f7ff0a4
5 changed files with 41 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ export const NFT_PROXY = "DODONFTProxy"
export const RANDOM_GENERATOR = "RandomGenerator"
export const MYSTERY_BOX_V1 = "DODODropsV1"
export const DROPS_V2 = "BaseDrops"
export const DROPS_V2 = "DODODrops"
export const DROPS_ERC721 = "DropsERC721"
export const DROPS_ERC1155 = "DropsERC1155"
export const DROPS_FEE_MODEL = "DropsFeeModel"