diff --git a/truffle-config.js b/truffle-config.js index 567f06e..faea8c9 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -10,5 +10,10 @@ module.exports = { develop: { port: 8545 } + }, + compilers: { + solc: { + version: "0.6.12" + } } };