From 13b5a1e3810ae152e1f96c5009825c87fa14cacb Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Fri, 20 Sep 2024 14:09:07 -0300 Subject: [PATCH] fix: update type import --- deploy/4-vip-based-configuration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/4-vip-based-configuration.ts b/deploy/4-vip-based-configuration.ts index 509b6e35..1d520eb5 100644 --- a/deploy/4-vip-based-configuration.ts +++ b/deploy/4-vip-based-configuration.ts @@ -1,3 +1,4 @@ +import { AccessControlManager } from "@venusprotocol/governance-contracts/dist/typechain"; import { BigNumberish } from "ethers"; import { ethers } from "hardhat"; import { DeployFunction } from "hardhat-deploy/types"; @@ -11,7 +12,6 @@ import { assets, getOraclesData, } from "../helpers/deploymentConfig"; -import { AccessControlManager } from "../typechain-types"; interface GovernanceCommand { contract: string;