This commit is contained in:
owen05
2021-06-22 11:24:41 +08:00
parent 0e45da2c4d
commit 62794dc9cc
3 changed files with 10 additions and 10 deletions

View File

@@ -74,8 +74,8 @@ module.exports = async (deployer, network, accounts) => {
logger.log("MysteryBoxV1Address: ", MysteryBoxV1Address);
const MysteryBoxV1Instance = await DODODropsV1.at(MysteryBoxV1Address);
var tx = await MysteryBoxV1Instance.init(
"Fear",
"Fear",
"DODOTest",
"DODOTest",
"",
multiSigAddress,
RandomGeneratorAddress