From 4039bfd348f14b015c167cd726b295e165d262ac Mon Sep 17 00:00:00 2001 From: Savely <136869149+savvar9991@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:01:09 +1100 Subject: [PATCH] Update hardhat.config.ts --- hardhat.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 72650e9a..ba44a2a4 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -9,7 +9,7 @@ import { HardhatUserConfig } from "hardhat/config"; const config: HardhatUserConfig = { paths: { sources: "src", - deployPaths: "scripts", + deploy: "scripts", }, defaultNetwork: "inMemoryNode", networks: { @@ -56,7 +56,7 @@ const config: HardhatUserConfig = { version: "0.8.28", settings: { evmVersion: "cancun", - } + }, }, };