Skip to content

Commit c07775e

Browse files
committed
remove unused config options
1 parent fabf768 commit c07775e

File tree

1 file changed

+0
-2
lines changed
  • packages/hardhat-polkadot-resolc/src

1 file changed

+0
-2
lines changed

packages/hardhat-polkadot-resolc/src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ export interface ResolcConfig {
6161
contractsToCompile?: string[]
6262
// Generate source based debug information in the output code file. This only has an effect with the LLVM-IR code generator and is ignored otherwise.
6363
emitDourceDebugInfo?: boolean
64-
// Specify addresses of deployable libraries. Syntax: `<libraryName>=<address> [, or whitespace] ...`.
65-
libraries?: string[]
6664
// Disable the `solc` optimizer.
6765
disableSolcOptimizer?: boolean
6866
// Compile in batches. Useful for environmnents with limited resources and large number of files.

0 commit comments

Comments
 (0)