Commit cd3a35af authored by aniket-engg's avatar aniket-engg Committed by Aniket

updated hardhat API call

parent dcca04fa
......@@ -100,7 +100,7 @@ class CompileTab {
`
const configFilePath = 'remix-compiler.config.js'
this.fileManager.setFileContent(configFilePath, fileContent)
this.fileManager.appManager.call('hardhat', 'compile', configFilePath)
this.fileManager.call('hardhat', 'compile', configFilePath)
}
this.fileManager.saveCurrentFile()
this.miscApi.clearAnnotations()
......
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