From 701517fa3793f3bb805e73a24ba5b06be700529b Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 26 Jan 2022 19:06:21 +0000 Subject: [PATCH] feat: bump solc to 0.8.11 --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 9f01d57..4dd5dc1 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -5,7 +5,7 @@ import '@nomiclabs/hardhat-waffle'; const config: HardhatUserConfig = { solidity: { - version: '0.8.7', + version: '0.8.11', settings: { optimizer: { enabled: true,