Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-28 13:07:24 +04:00
parent a44f392d0a
commit 5315e04487
21 changed files with 199 additions and 177 deletions

View file

@ -247,7 +247,7 @@ internal class DefaultMarketsTokenRepository(
override suspend fun createCryptoCurrency(
userWalletId: UserWalletId,
token: TokenMarketParams,
token: RawMarketToken,
network: TokenMarketInfo.Network,
accountIndex: DerivationIndex?,
): CryptoCurrency? {