Configure compilation with solc 0.7.4

This commit is contained in:
Francisco Giordano
2020-11-16 14:17:03 -03:00
parent 7af8b51048
commit 78196f09af

View File

@ -15,6 +15,6 @@ module.exports = {
}, },
}, },
solc: { solc: {
version: '0.6.12', version: '0.7.4',
}, },
}; };