fix commission preview

This commit is contained in:
2026-06-24 00:03:18 +03:00
parent b9b2d9fcf3
commit 036c4a36ef
17 changed files with 246 additions and 410 deletions

View File

@@ -272,6 +272,11 @@ export interface RelayQuoteResponse {
amountUsd: string
}
}
appCommission?: {
ratePercent: number
inToken: { symbol: string; amount: string }
usd: number
}
}
export async function getTokensList(): Promise<TokenInfo[]> {