Skip to content

Commit

Permalink
Merge pull request #50 from VenusProtocol/fix/build-with-missing-type
Browse files Browse the repository at this point in the history
fix: fix build with missing type
  • Loading branch information
coreyar authored Dec 12, 2023
2 parents 3080568 + 1c71743 commit 1c6dfef
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 1c6dfef

Please sign in to comment.