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
these bitflags can be transformed using the WASM to the following permissions:
export function is_sell_allowed(a: number): number;
export function is_buy_allowed(a: number): number;
export function is_add_liquidity_allowed(a: number): number;
export function is_remove_liquidity_allowed(a: number): number;
buy / sell should be disabled accorg to these permissions
The text was updated successfully, but these errors were encountered:
functions that are enabled to do with asset is stored in
tradable
bit flagshttps://apidocs.bsx.fi/HydraDX/pallets/Omnipool/storage/Assets
hub asset (LRNA) has these flags stored in:
https://apidocs.bsx.fi/HydraDX/pallets/Omnipool/storage/HubAssetTradability
these bitflags can be transformed using the WASM to the following permissions:
buy / sell should be disabled accorg to these permissions
The text was updated successfully, but these errors were encountered: