lint is lyfe

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-15 10:59:55 -05:00
parent fb899ea3be
commit dc71b1725a

View File

@ -50,7 +50,7 @@ class ENS {
"default": { "default": {
"gas": "auto", "gas": "auto",
"ENSRegistry": { "ENSRegistry": {
"deploy": true, "deploy": true
} }
}, },
"ropsten": { "ropsten": {
@ -73,7 +73,7 @@ class ENS {
if (contract.className === "ENSRegistry") { if (contract.className === "ENSRegistry") {
return web3.eth.Contract(contract.abiDefinition, contract.address); return web3.eth.Contract(contract.abiDefinition, contract.address);
} }
}) });
} }
addSetProvider() { addSetProvider() {