From 3a900ca247f9f871cb99276dd795ab655dbd5ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 27 Apr 2023 15:12:45 +0200 Subject: [PATCH] chore: bump solidity --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 86540f6..4f172dc 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -4,7 +4,7 @@ require("hardhat-deploy-ethers") module.exports = { solidity: { - version: "0.8.8", + version: "0.8.19", settings: { optimizer: { enabled: true,