|
|
@ -105,7 +105,7 @@ function CompilerButton({contract, setOutput, compilerUrl, resetCompilerState}: |
|
|
|
remixClient.changeStatus({ |
|
|
|
remixClient.changeStatus({ |
|
|
|
key: 'succeed', |
|
|
|
key: 'succeed', |
|
|
|
type: 'success', |
|
|
|
type: 'success', |
|
|
|
title: 'succeed' |
|
|
|
title: 'success' |
|
|
|
}) |
|
|
|
}) |
|
|
|
const data = toStandardOutput(_contract.name, output) |
|
|
|
const data = toStandardOutput(_contract.name, output) |
|
|
|
remixClient.compilationFinish(_contract.name, _contract.content, data) |
|
|
|
remixClient.compilationFinish(_contract.name, _contract.content, data) |
|
|
|