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": {
|
"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() {
|
||||||
|
|
Loading…
Reference in New Issue