This commit is contained in:
jejolare 2026-02-03 18:29:39 +07:00
parent 8c18bb42b5
commit 2503330bbc

View file

@ -19,7 +19,6 @@ interface CurrencyRow {
type?: CurrencyType;
asset_id?: string | null;
asset_info?: Asset;
whitelisted: boolean;
}
export default CurrencyRow;