Skip to content

Commit

Permalink
fix: fix build with missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 12, 2023
1 parent 3080568 commit 1c71743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/1-deploy.ts
Original file line number Diff line number Diff line change
@@ -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) => {
Expand Down

0 comments on commit 1c71743

Please sign in to comment.