mirror of https://github.com/embarklabs/embark.git
lint is lyfe
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
467e36b44e
commit
0308a65301
|
@ -50,7 +50,7 @@ class ENS {
|
|||
"default": {
|
||||
"gas": "auto",
|
||||
"ENSRegistry": {
|
||||
"deploy": true,
|
||||
"deploy": true
|
||||
}
|
||||
},
|
||||
"ropsten": {
|
||||
|
@ -73,7 +73,7 @@ class ENS {
|
|||
if (contract.className === "ENSRegistry") {
|
||||
return web3.eth.Contract(contract.abiDefinition, contract.address);
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
addSetProvider() {
|
||||
|
|
Loading…
Reference in New Issue