update deploy with embark

This commit is contained in:
Ricardo Guilherme Schmidt 2019-07-04 00:04:47 -03:00
parent 1e8a2fe9b2
commit b57902150c
No known key found for this signature in database
GPG Key ID: 1FD1630B93893608
1 changed files with 12 additions and 2 deletions

View File

@ -29,9 +29,19 @@ module.exports = {
"await StatusRoot.methods.setOpen(true).send()",
]
},
StickerPack: {
args: []
},
StickerType: {
args: []
},
StickerMarket: {
args: ["$MiniMeToken"]
}
args: ["$MiniMeToken", "$StickerPack", "$StickerType"],
onDeploy: [
"await StickerPack.methods.changeController(StickerMarket.address).send()",
"await StickerType.methods.changeController(StickerMarket.address).send()",
]
},
}
},