You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then if you want to extend it and add custom code, you have to call super.transferCrossChain and as it's external will be expensive. I recommend to refactor like this:
andresaiello
changed the title
Refactor transferCrossChain to support been extended by user
Refactor transferCrossChain to support been extended by user in evm/UniversalNFTCore.sol
Jan 27, 2025
Right now transferCrossChain in UniversalNFTCore it's like this:
then if you want to extend it and add custom code, you have to call super.transferCrossChain and as it's external will be expensive. I recommend to refactor like this:
then if a developer wants to extend it it's just an internal call
The text was updated successfully, but these errors were encountered: