From 1c71743f918ffd6f0d697fab0aef7609665d42c4 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Tue, 12 Dec 2023 11:55:53 -0300 Subject: [PATCH] fix: fix build with missing type --- deploy/1-deploy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/1-deploy.ts b/deploy/1-deploy.ts index 93651c8b..05aafec4 100644 --- a/deploy/1-deploy.ts +++ b/deploy/1-deploy.ts @@ -1,4 +1,5 @@ import hre, { ethers } from "hardhat"; +import { DeployFunction } from "hardhat-deploy/types"; import { HardhatRuntimeEnvironment } from "hardhat/types"; const func: DeployFunction = async ({ getNamedAccounts, deployments }: HardhatRuntimeEnvironment) => {