Skip to content

Commit

Permalink
add params in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Apr 8, 2024
1 parent b85ff41 commit 598acb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hardhat-vyper/src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export class Compiler {
/**
*
* @param inputPaths array of paths to contracts to be compiled
* @param compilerVersion the version of the Vyper compiler
* @param settings the Vyper settings to use during compilation
*/
public async compile(
inputPaths: string[],
Expand Down

0 comments on commit 598acb2

Please sign in to comment.