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) => {