Update compiler-artefacts.ts

pull/5573/head
planetBoy 1 month ago committed by Aniket
parent b499dee861
commit f46655c037
  1. 2
      libs/remix-core-plugin/src/lib/compiler-artefacts.ts

@ -101,7 +101,7 @@ export class CompilerArtefacts extends Plugin {
* Get a particular contract output/artefacts from a compiler output of a Solidity file compilation
* @param compilerOutput compiler output
* @param contractName contract name
* @returns arefacts object, with fully qualified name (e.g; contracts/1_Storage.sol:Storage) as key
* @returns artefacts object, with fully qualified name (e.g; contracts/1_Storage.sol:Storage) as key
*/
_getAllContractArtefactsfromOutput(compilerOutput, contractName) {
const contractArtefacts = {}

Loading…
Cancel
Save