Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Oct 11, 2023
1 parent 9fc4a64 commit 7c4f1c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-hardhat/src/defender/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
// DeploymentConfigClient,
// PlatformClient,
// UpgradeClient,
DeployClient
DeployClient,
} from '@openzeppelin/defender-sdk-deploy-client';

import { HardhatDefenderConfig } from '../type-extensions';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ test.beforeEach(async t => {
},
}).makeProposeUpgradeWithApproval(hre);


t.context.Greeter = await ethers.getContractFactory('GreeterDefenderProxiable');
t.context.GreeterV2 = await ethers.getContractFactory('GreeterDefenderV2Proxiable');
t.context.greeter = await upgrades.deployProxy(t.context.Greeter, { kind: 'uups' });
Expand Down

0 comments on commit 7c4f1c4

Please sign in to comment.