This commit is contained in:
2026-06-01 23:39:28 +03:00
parent 0409d63874
commit 5b915bbc22
9 changed files with 417 additions and 268 deletions

View File

@@ -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[] = [