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
erasmus
changed the title
Add Satemint as Combinations of (Location, Asset) pairs which Pendulum trust as reserves.
Add Statemint as Combinations of (Location, Asset) pairs which Pendulum trust as reserves.
Mar 21, 2023
Need to add configuration of Combination of (Location, Asset) to pendulum xcm_config.rs
Reproduce step:
here is extrinsic for Stetemint to check reserve transfer assets for Statemint USDT to Pendulum chain.
encoded call data
0x1f0801010100b92001000101004e5d80a091a712b727ecbb00882bb28d4d64a6e7f6c87654b3243c489623f5100104000002043205011f0002093d000000000000
Here is the pendulum block details where xcmpQueue pallet emit Fail event with error
UntrustedReserveLocation
error description
IsReserve
is configuration for trustable chain as reserve chain for assets. link to polkadot repoNow pendulum support only Native assets in
xcm_executor
confighttps://github.com/pendulum-chain/pendulum/blob/main/runtime/pendulum/src/xcm_config.rs#L243
need update configuration to following:
type IsReserve = MultiNativeAsset<RelativeReserveProvider>;
The text was updated successfully, but these errors were encountered: