We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1fda0 commit e077028Copy full SHA for e077028
1 file changed
src/upgrades.ts
@@ -156,6 +156,8 @@ async function upgradeProxy<T extends Contract>(
156
// This is a workaround to get the deployment transaction. The upgradeProxy attaches
157
// the deployment transaction to the field under a different name than ethers
158
// 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
161
const deploymentTransaction =
162
newContractInstance.deployTransaction as unknown as ContractTransactionResponse
163
0 commit comments