Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Oct 11, 2023
1 parent 7c4f1c4 commit 40bdb1b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/plugin-hardhat/src/defender/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ import {
} from '@openzeppelin/upgrades-core';

import { Network, fromChainId } from '@openzeppelin/defender-base-client';
import {
// BlockExplorerApiKeyClient,
// DeploymentClient,
// DeploymentConfigClient,
// PlatformClient,
// UpgradeClient,
DeployClient,
} from '@openzeppelin/defender-sdk-deploy-client';
import { DeployClient } from '@openzeppelin/defender-sdk-deploy-client';

import { HardhatDefenderConfig } from '../type-extensions';
import { DefenderDeploy } from '../utils';
Expand Down

0 comments on commit 40bdb1b

Please sign in to comment.