We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4eee commit 408090aCopy full SHA for 408090a
lib/contracts/contracts.js
@@ -12,7 +12,7 @@ class ContractsManager {
12
this.contracts = {};
13
this.logger = options.logger;
14
this.plugins = options.plugins;
15
- this.solcVersion = options.contractsConfig.versions["solc"];
+ this.solcVersion = options.contractsConfig.versions.solc;
16
17
this.contractDependencies = {};
18
}
0 commit comments