Skip to content

Commit

Permalink
Update compiler-artefacts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Dec 23, 2024
1 parent fd86221 commit d483e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-core-plugin/src/lib/compiler-artefacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ export class CompilerArtefacts extends Plugin {

/**
* Get compilation output for contracts compiled during a session of Remix IDE
* @returns compilatin output
* @returns compilation output
*/
getAllContractDatas() {
return this.filterAllContractDatas(() => true)
}

/**
* filter compilation output for contracts compiled during a session of Remix IDE
* @returns compilatin output
* @returns compilation output
*/
filterAllContractDatas(filter) {
const contractsData = {}
Expand Down

0 comments on commit d483e0f

Please sign in to comment.