Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Dec 20, 2024
1 parent bcf07ee commit 7ca467c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/plugin-hardhat/src/deploy-contract.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import { HardhatRuntimeEnvironment } from 'hardhat/types';
import type { ContractFactory } from 'ethers';

import { deploy, DeployContractOptions, EthersOrDefenderDeployment } from './utils';
import { deploy, DeployContractOptions, DeployTransaction, EthersOrDefenderDeployment } from './utils';
import { DeployData, getDeployData } from './utils/deploy-impl';
import { enableDefender } from './defender/utils';
import {
getContractNameAndRunValidation,
inferProxyKind,
UpgradesError,
inferInitializable,
Deployment,
RemoteDeploymentId,
} from '@openzeppelin/upgrades-core';
import { getContractInstance } from './utils/contract-instance';
import { ContractTypeOfFactory } from './type-extensions';
Expand Down

0 comments on commit 7ca467c

Please sign in to comment.