From c42d666f59f29e147383b91d6435114ba05ebd1c Mon Sep 17 00:00:00 2001 From: Apotheosis <97164662+0xApotheosis@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:31:44 +1000 Subject: [PATCH] chore: remove 0.8 version --- hardhat.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index fffa37c..b4cbad6 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -27,9 +27,6 @@ const config: HardhatUserConfig = { { version: '0.5.16', }, - { - version: '0.8.24', - }, ], }, };