Skip to content

Commit 6bd12e3

Browse files
committed
Let truffle pick compiler in default config
1 parent 2bd5212 commit 6bd12e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/truffleConfig.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ module.exports = function truffleConfig(port, gasLimit, gasPrice) {
99
gas: ${gasLimit},
1010
gasPrice: ${gasPrice}
1111
}
12-
},
13-
compilers: {
14-
solc: {
15-
version: "0.5.3",
16-
}
1712
}
1813
};`;
1914
};

0 commit comments

Comments
 (0)