This commit is contained in:
mingda
2020-08-01 16:08:27 +08:00
parent 2a9ae441f8
commit 8e01ec391f
12 changed files with 251 additions and 151 deletions

View File

@@ -1,11 +1,3 @@
const DODOZoo = artifacts.require("DODOZoo");
module.exports = async (deployer, network) => {
const deployDODOZoo = async () => {
await deployer.deploy(DODOZoo);
};
if (network == "development") {
await deployDODOZoo();
}
};
module.exports = async (deployer, network) => {};