From ad8daa86498a77fa7fb6ccf3223eb868a56e5152 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 25 Apr 2022 19:06:53 +0200 Subject: [PATCH] Update compiler version Required by an openzeppelin contract --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 8e553b2..0524c0d 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -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: {