#xcm Trying to encode native token as Here fails with AssetHasNoReserve in XToken transfer #820
-
If I encode my native token as If I encode my native token as Parity pallet-xcm sends I try to encode as |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Also I see weird with non native. Like it is gated somehow and I get So same configuration of XCM, some possibly valid imho configs work with RelayerXcm, but no XTokens. |
Beta Was this translation helpful? Give feedback.
-
It looks to me that you misconfigured xtokens. It might be the open-runtime-module-library/xtokens/src/mock/para_relative_view.rs Lines 319 to 334 in 2c48b62 As for |
Beta Was this translation helpful? Give feedback.
It looks to me that you misconfigured xtokens. It might be the
SelfLocation
andReserveProvider
in your config is not consistent. If either of them is configured with interpreting locations as relative view(withHere
junction), the other one should be relative as well. You may refer to this config in unit tests mock as an example:open-runtime-module-library/xtokens/src/mock/para_relative_view.rs
Lines 319 to 334 in 2c48b62