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
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Issue summary
Still need to augment the extrinsic to support conditional wrap/unwrap when there is a valid token. We will use the largest T::AssetId to indicate NO unwrapping, i.e.:
If token is T::AssetId::MAX() it means ONLY transact.
If token is 0 it means native unwrapping.
If token is non-zero it means non-native unwrapping.
Issue summary
Still need to augment the extrinsic to support conditional wrap/unwrap when there is a valid token. We will use the largest
T::AssetIdto indicate NO unwrapping, i.e.:T::AssetId::MAX()it means ONLYtransact.