Update compiler version

Required by an openzeppelin contract
This commit is contained in:
Basti 2022-04-25 19:06:53 +02:00
parent d1d92c6644
commit ad8daa8649
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -60,7 +60,7 @@ task("create-wallet", "Creates a new wallet json", async () => {
* @type import('hardhat/config').HardhatUserConfig
*/
module.exports = {
solidity: "0.8.0",
solidity: "0.8.2",
// defaultNetwork: 'localhost',
networks: {
hardhat: {