Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-13 12:53:59 +04:00
parent 5ca696d677
commit 579b3cba32
27 changed files with 887 additions and 58 deletions

View file

@ -224,10 +224,12 @@ internal class DefaultYieldPromoRepositoryTest {
),
tokens = listOf(
PromotionsResponse.PromotionDto.PromoToken(
tokenId = "usd-coin",
tokenAddress = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
tokenSymbol = "USDC",
tokenName = "USD Coin",
networkId = "ethereum",
decimals = 6,
),
),
status = "active",

View file

@ -100,16 +100,20 @@ class YieldBoostPromoConverterTest {
),
tokens = listOf(
PromotionsResponse.PromotionDto.PromoToken(
tokenId = "usd-coin",
tokenAddress = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
tokenSymbol = "USDC",
tokenName = "USD Coin",
networkId = "ethereum",
decimals = 6,
),
PromotionsResponse.PromotionDto.PromoToken(
tokenId = "tether",
tokenAddress = "0xdac17f958d2ee523a2206206994597c13d831ec7",
tokenSymbol = "USDT",
tokenName = "Tether USD",
networkId = "ethereum",
decimals = 6,
),
),
status = "active",