update arb contract info

This commit is contained in:
owen05
2021-08-30 19:26:06 +08:00
parent ff84835f3c
commit 7a5d076e33
6 changed files with 278 additions and 107 deletions

View File

@@ -97,7 +97,7 @@ module.exports = async (deployer, network, accounts) => {
logger.log("DodoNftErc721Address: ", DodoNftErc721Address);
const DodoNftErc721Instance = await DodoNftErc721.at(DodoNftErc721Address);
var tx = await DodoNftErc721Instance.init(
multiSigAddress,
"0x16CC37d06FE5061CD0023fb8d142ABaAbB396A2b",
"DODONFT",
"DODONFT"
);