Skip to content

Commit e077028

Browse files
committed
Update comment for a workaround to link tracking issue
1 parent 5e1fda0 commit e077028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/upgrades.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ async function upgradeProxy<T extends Contract>(
156156
// This is a workaround to get the deployment transaction. The upgradeProxy attaches
157157
// the deployment transaction to the field under a different name than ethers
158158
// contract.deploymentTransaction() function expects.
159+
// TODO: Remove this workaround once the issue is fixed on the OpenZeppelin side.
160+
// Tracked in: https://github.com/keep-network/hardhat-helpers/issues/49
159161
const deploymentTransaction =
160162
newContractInstance.deployTransaction as unknown as ContractTransactionResponse
161163

0 commit comments

Comments
 (0)