diff --git a/migrations/2_deploy_contracts.js b/migrations/2_deploy_contracts.js index c250d466..e9f3b099 100644 --- a/migrations/2_deploy_contracts.js +++ b/migrations/2_deploy_contracts.js @@ -47,8 +47,5 @@ module.exports = function(deployer, network) { if (network === 'dev.fifs') { deployFIFSRegistrar(deployer, tld); } - else if (network === 'dev.auction') { - deployAuctionRegistrar(deployer, tld); - } }; diff --git a/truffle.js b/truffle.js index 43fb72ff..fcb80ea1 100644 --- a/truffle.js +++ b/truffle.js @@ -4,11 +4,6 @@ module.exports = { host: "localhost", port: 8545, network_id: "*" // Match any network id - }, - 'dev.auction': { - host: "localhost", - port: 8545, - network_id: "*" // Match any network id } }, compilers: {