updated hardhat API call

pull/1202/head
aniket-engg 4 years ago committed by Aniket
parent dcca04fa4e
commit cd3a35af3a
  1. 2
      apps/remix-ide/src/app/tabs/compileTab/compileTab.js

@ -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()

Loading…
Cancel
Save