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
The current gateways param in x/assets module is used to record the authorized gateways, and it is defined as a slice. It might be better if we could make it a set(by using mapping)