Update for nftdapp
This commit is contained in:
@@ -2,6 +2,6 @@ const MyNFT = artifacts.require("./MyNFT.sol");
|
||||
const Auctions = artifacts.require("./Auctions.sol");
|
||||
|
||||
module.exports = async function(deployer) {
|
||||
deployer.deploy(MyNFT, "AvarCat", "ACat")
|
||||
deployer.deploy(MyNFT, "MyKlay", "MKlay")
|
||||
deployer.deploy(Auctions)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user