The proxy registration contract method registerAndDepositNft currently fails ownership check in the ERC-721 transfer method. This workaround performs the register and deposit method calls separately.
Before merging
[x] For Immutable developers: Do the changes in this PR require documentation updates? Please refer to this SDK documentation guide and list links to documentation update PRs (they don't have to be merged) below (or write N/A):
Summary
Fixed "Register and Deposit ERC721" workflow.
Why the changes
The proxy registration contract method registerAndDepositNft currently fails ownership check in the ERC-721 transfer method. This workaround performs the register and deposit method calls separately.
Before merging
N/A
):N/A