14.05.2026 rip

This commit is contained in:
2026-05-14 22:04:30 +03:00
parent ca3dd78783
commit 789d99aa12
4 changed files with 27 additions and 17 deletions

View File

@@ -177,6 +177,11 @@ export interface RelayQuoteResponse {
amountUsd: string
}
}
fees: {
gas: {
amountUsd: string
}
}
}
export async function getTokensList(): Promise<TokenInfo[]> {