From 30ea0888b141c4085d7e30eab4beecd6c8fd9a62 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Fri, 18 Mar 2022 09:22:42 -0400 Subject: [PATCH] improve: Update solc version to 8.13 --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 168b7ea41..3361eadd7 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -12,7 +12,7 @@ import "hardhat-deploy"; dotenv.config(); -const solcVersion = "0.8.11"; +const solcVersion = "0.8.13"; const mnemonic = getMnemonic(); // Compilation settings are overridden for large contracts to allow them to compile without going over the bytecode