Let truffle pick compiler in default config

pull/336/head
cgewecke 5 years ago
parent 2bd52129bf
commit 6bd12e3535
  1. 5
      lib/truffleConfig.js

@ -9,11 +9,6 @@ module.exports = function truffleConfig(port, gasLimit, gasPrice) {
gas: ${gasLimit},
gasPrice: ${gasPrice}
}
},
compilers: {
solc: {
version: "0.5.3",
}
}
};`;
};
Loading…
Cancel
Save