immutable / imx-core-sdk-kotlin-jvm

Apache License 2.0
4 stars 2 forks source link

fix: register and deposit ERC721 #131

Closed nattb8 closed 1 year ago

nattb8 commented 1 year ago

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