Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Jan 13, 2025
1 parent 797506d commit b4b23cd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/contracts/test/test-utils/uups-upgradeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ export async function deployAndUpgradeSelfCheck(
const deployerSigner = (await hre.ethers.getSigners())[deployer];
const upgraderSigner = (await hre.ethers.getSigners())[upgrader];

// const proxy = await hre.wrapper.deployProxy(
// factory.connect(deployer),
// Object.values(initArgs),
// {
// kind: 'uups',
// initializer: initializerName,
// unsafeAllow: ['constructor'],
// constructorArgs: [],
// }
// );

// Deploy proxy and implementation
const proxy = await hre.wrapper.deployProxy(deployer, from, {
args: Object.values(args),
Expand Down

0 comments on commit b4b23cd

Please sign in to comment.