fix
This commit is contained in:
@@ -17,6 +17,9 @@ export interface Token {
|
||||
chain?: Chain
|
||||
/** Numeric USD value of the holding — used for sorting and per-network subtotals. */
|
||||
usdValue?: number
|
||||
/** Token decimals from the balance endpoint — used to convert a human send
|
||||
* amount into base units. Absent for the static placeholder catalog. */
|
||||
decimals?: number
|
||||
}
|
||||
|
||||
export const TOKENS: readonly Token[] = [
|
||||
|
||||
Reference in New Issue
Block a user