Skip to content

Commit 408090a

Browse files
committed
make linter happy
1 parent 2ed4eee commit 408090a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/contracts/contracts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ContractsManager {
1212
this.contracts = {};
1313
this.logger = options.logger;
1414
this.plugins = options.plugins;
15-
this.solcVersion = options.contractsConfig.versions["solc"];
15+
this.solcVersion = options.contractsConfig.versions.solc;
1616

1717
this.contractDependencies = {};
1818
}

0 commit comments

Comments
 (0)