Skip to content

Commit

Permalink
Remove comments about issues with receipt field
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodarybacka committed Jan 17, 2024
1 parent 08645f6 commit 204e0f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/upgrades.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export async function deployProxy<T extends Contract>(
abi: artifact.abi,
transactionHash: transactionHash,
implementation: implementation,
// TODO: transactionReceipt type is not compatible with Deployment types
// receipt: transactionReceipt,
libraries: opts?.factoryOpts?.libraries,
devdoc: "Contract deployed as upgradable proxy",
args: opts?.proxyOpts?.constructorArgs,
Expand Down Expand Up @@ -188,8 +186,6 @@ async function upgradeProxy<T extends Contract>(
abi: artifact.abi,
transactionHash: transactionHash,
implementation: implementation,
// TODO: transactionReceipt type is not compatible with Deployment types
// receipt: transactionReceipt,
libraries: opts?.factoryOpts?.libraries,
devdoc: "Contract deployed as upgradable proxy",
args: opts?.proxyOpts?.constructorArgs,
Expand Down

0 comments on commit 204e0f4

Please sign in to comment.