lint is lyfe

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-15 10:59:55 -05:00 committed by Iuri Matias
parent 467e36b44e
commit 0308a65301
1 changed files with 2 additions and 2 deletions

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() {