From 1d52240acf8fd3cd24d8490a2a0d45c08600f05c Mon Sep 17 00:00:00 2001 From: Mike Carson Date: Mon, 25 Jan 2021 15:34:48 -0500 Subject: [PATCH] Remove obsolete registrar reference (#371) --- migrations/2_deploy_contracts.js | 3 --- truffle.js | 5 ----- 2 files changed, 8 deletions(-) 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: {