// @todo(#2875) should use loading compiler return value to check whether the compiler is loaded instead of "setInterval"
// @todo(#2875) should use loading compiler return value to check whether the compiler is loaded instead of "setInterval"
addTooltip(yo`<div><b>${this.currentRequest.from}</b> is updating the <b>Solidity compiler configuration</b>.<pre class="text-left">${JSON.stringify(settings,null,'\t')}</pre></div>`)
addTooltip(yo`<div><b>${this.currentRequest.from}</b> is updating the <b>Solidity compiler configuration</b>.<pre class="text-left">${JSON.stringify(settings,null,'\t')}</pre></div>`)
}
}
// TODO : Add success alert when compilation succeed
compile(fileName){
contractCompiledSuccess(){
addTooltip(yo`<div><b>${this.currentRequest.from}</b> is requiring to compile <b>${fileName}</b></div>`)