From d0e67731861d826bc6ac92e4c92ddc4855110c87 Mon Sep 17 00:00:00 2001 From: IkerAlus <34474035+IkerAlus@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:09:38 +0100 Subject: [PATCH] docs(readme): Add explanation for local transfers in parachains (#331) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c81e5731..af68d6bc 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,8 @@ The api can also send local transactions for Relay chains. It is the same princi For more information, refer to the [docs](https://github.com/paritytech/asset-transfer-api/tree/main/docs) in the repository. +Note: For other parachains, local transfers are currently supported via balances and assets pallets. The plan is to extend local transfer support to other pallets like ORML tokens pallet in coming releases. + ## License The source code in this repository is distributed under the Apache 2.0 license. See the [LICENSE](https://github.com/paritytech/asset-transfer-api/blob/main/LICENSE) file. This source code comes with absolutely no warranty. Use at your own risk.