We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabf768 commit c07775eCopy full SHA for c07775e
packages/hardhat-polkadot-resolc/src/types.ts
@@ -61,8 +61,6 @@ export interface ResolcConfig {
61
contractsToCompile?: string[]
62
// 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.
63
emitDourceDebugInfo?: boolean
64
- // Specify addresses of deployable libraries. Syntax: `<libraryName>=<address> [, or whitespace] ...`.
65
- libraries?: string[]
66
// Disable the `solc` optimizer.
67
disableSolcOptimizer?: boolean
68
// Compile in batches. Useful for environmnents with limited resources and large number of files.
0 commit comments