solidity version change

This commit is contained in:
Thrilok Kumar 2020-05-27 03:35:19 +05:30
parent af765feaaf
commit 6bafbdfece

View File

@ -108,7 +108,7 @@ module.exports = {
// Configure your compilers // Configure your compilers
compilers: { compilers: {
solc: { solc: {
version: "v0.6.0", // Fetch exact version from solc-bin (default: truffle's version) version: "v0.6.2", // Fetch exact version from solc-bin (default: truffle's version)
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false) // docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
// settings: { // See the solidity docs for advice about optimization and evmVersion // settings: { // See the solidity docs for advice about optimization and evmVersion
// optimizer: { // optimizer: {