Skip to content

Commit 1b7b108

Browse files
committed
Add new solc version property
1 parent 4c78c85 commit 1b7b108

File tree

5 files changed

+2
-410
lines changed

5 files changed

+2
-410
lines changed

.syntest.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module.exports = {
2121

2222
target_root_directory: "./contracts",
2323

24+
solc_compiler_version: "0.5.6",
25+
2426
// logging
2527
console_log_level: "info",
2628
log_to_file: ["info", "warn", "error"],

contracts/Controller.sol

-172
This file was deleted.

contracts/Controller_utisl.sol

-150
This file was deleted.

contracts/ConvertLib.sol

-9
This file was deleted.

0 commit comments

Comments
 (0)