f
This commit is contained in:
@@ -13,8 +13,10 @@ export interface Token {
|
||||
fav: boolean
|
||||
/** Stable unique key — tickers can repeat across chains (e.g. USDT on ETH/TRX/BSC). */
|
||||
id?: string
|
||||
/** Network this row belongs to — used to target send/receive modals. */
|
||||
/** Network this row belongs to — used to target send/receive modals and grouping. */
|
||||
chain?: Chain
|
||||
/** Numeric USD value of the holding — used for sorting and per-network subtotals. */
|
||||
usdValue?: number
|
||||
}
|
||||
|
||||
export const TOKENS: readonly Token[] = [
|
||||
|
||||
Reference in New Issue
Block a user