Skip to content

Commit 1d52240

Browse files
authored
Remove obsolete registrar reference (ensdomains#371)
1 parent fd77945 commit 1d52240

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

migrations/2_deploy_contracts.js

-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,5 @@ module.exports = function(deployer, network) {
4747
if (network === 'dev.fifs') {
4848
deployFIFSRegistrar(deployer, tld);
4949
}
50-
else if (network === 'dev.auction') {
51-
deployAuctionRegistrar(deployer, tld);
52-
}
5350

5451
};

truffle.js

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ module.exports = {
44
host: "localhost",
55
port: 8545,
66
network_id: "*" // Match any network id
7-
},
8-
'dev.auction': {
9-
host: "localhost",
10-
port: 8545,
11-
network_id: "*" // Match any network id
127
}
138
},
149
compilers: {

0 commit comments

Comments
 (0)