Skip to content

Commit

Permalink
fix: update type import
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Sep 20, 2024
1 parent 8ffae43 commit 8734e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/4-vip-based-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { BigNumberish } from "ethers";
import { ethers } from "hardhat";
import { DeployFunction } from "hardhat-deploy/types";
import { HardhatRuntimeEnvironment } from "hardhat/types";
import { AccessControlManager } from "@venusprotocol/governance-contracts/dist/typechain";

import {
ADDRESSES,
Expand All @@ -11,7 +12,6 @@ import {
assets,
getOraclesData,
} from "../helpers/deploymentConfig";
import { AccessControlManager } from "../typechain-types";

interface GovernanceCommand {
contract: string;
Expand Down

0 comments on commit 8734e84

Please sign in to comment.