From 041868eef2b54e2651c4422961333fcda3f2edb1 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 20 Oct 2022 14:47:56 -0400 Subject: [PATCH] fix: solidity version --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index b383ef0..e4911f5 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -23,7 +23,7 @@ task("accounts", "Prints the list of accounts", async (taskArgs, hre) => { // Go to https://hardhat.org/config/ to learn more const config: HardhatUserConfig = { - solidity: "0.7.4", + solidity: "0.8.15", networks: { goerli: { url: GOERLI_URL,