Skip to content
Unverified Commit 50a2e28b authored by Sergej Sakac's avatar Sergej Sakac Committed by GitHub
Browse files

Enable cross-chain NFT transfers on asset-hub (#2796)



This PR introduces the following changes:

- [x] Adds a `UniquesTransactor` to asset-hub-rococo
- [x] Adds a `UniquesTransactor` to asset-hub-westend

We can't add a transactor for `pallet-nfts` like we do for
`pallet-uniques` because `pallet-nfts` uses `nonfungibles_v2::Mutate`
instead of `nonfungibles::Mutate`, and making that work would be out of
scope of this PR.

With these modifications, reserve-based NFT cross-chain transfers can be
performed on asset-hub.

---------

Co-authored-by: default avatarjoe petrowski <[email protected]>
parent 66b2fa2e
Pipeline #436153 passed with warnings with stages
in 1 hour, 35 minutes, and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment