Commit adaf3acf authored by ioedeveloper's avatar ioedeveloper

Fix hardhat compilation

parent 5a768f41
...@@ -301,7 +301,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => { ...@@ -301,7 +301,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
if (!isSolFileSelected()) return if (!isSolFileSelected()) return
_setCompilerVersionFromPragma(currentFile) _setCompilerVersionFromPragma(currentFile)
compileTabLogic.runCompiler() compileTabLogic.runCompiler(hhCompilation)
} }
const _retrieveVersion = (version?) => { const _retrieveVersion = (version?) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment