This commit is contained in:
owen05
2021-06-03 14:17:34 +08:00
parent 58c78b01bb
commit 300911b264
2 changed files with 9 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ module.exports = async (deployer, network, accounts) => {
logger.log("====================================================");
logger.log("network type: " + network);
logger.log("Deploy time: " + new Date().toLocaleString());
logger.log("Deploy type: MysteryBoxKAKA");
logger.log("Deploy type: FearNFT");
if (RandomGeneratorAddress == "") {
await deployer.deploy(RandomGenerator, RandomPool);
@@ -72,8 +72,8 @@ module.exports = async (deployer, network, accounts) => {
logger.log("MysteryBoxV1Address: ", MysteryBoxV1Address);
const MysteryBoxV1Instance = await DODODropsV1.at(MysteryBoxV1Address);
var tx = await MysteryBoxV1Instance.init(
"FearNft",
"FearNft",
"FearNFT",
"FearNFT",
"",
multiSigAddress,
RandomGeneratorAddress