Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Remove obsolete registrar reference (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
ca98am79 committed Jan 25, 2021
1 parent fd77945 commit 1d52240
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions migrations/2_deploy_contracts.js
Expand Up @@ -47,8 +47,5 @@ module.exports = function(deployer, network) {
if (network === 'dev.fifs') {
deployFIFSRegistrar(deployer, tld);
}
else if (network === 'dev.auction') {
deployAuctionRegistrar(deployer, tld);
}

};
5 changes: 0 additions & 5 deletions truffle.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 1d52240

Please sign in to comment.