Update for nftdapp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var Migrations = artifacts.require("./Migrations.sol");
|
||||
var Migrations = artifacts.require("Migrations");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
|
||||
@@ -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