Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from keep-network/upgrade-proxy-issue
Extract deployment transaction from upgraded contract After the proxy contract was upgraded we had a problem with extracting the deployment transaction via contract.deploymentTransaction() from ethers. It was happening because OpenZeppelin's upgradeProxy was replacing deployment tx on the proxy contract but the field was different than what ethers function expected. Let's make it work by directly using the field that upgradeProxy adds to the contact's object.
- Loading branch information