Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-04 12:45:04 +04:00
parent 3455dea61a
commit 2a4a1bf8a1
12 changed files with 25 additions and 25 deletions

View file

@ -59,7 +59,7 @@ internal class CryptoCurrenciesMocks(private val scanResponse: ScanResponse) {
standardType = getNetworkStandardType(blockchain),
hasFiatFeeRate = blockchain.feePaidCurrency() !is FeePaidCurrency.FeeResource,
canHandleTokens = false,
transactionExtras = Network.TransactionExtras.NONE,
transactionExtrasType = Network.TransactionExtrasType.NONE,
)
return factory.createCoin(network = network)
@ -87,7 +87,7 @@ internal class CryptoCurrenciesMocks(private val scanResponse: ScanResponse) {
standardType = Network.StandardType.ERC20,
hasFiatFeeRate = true,
canHandleTokens = true,
transactionExtras = Network.TransactionExtras.NONE,
transactionExtrasType = Network.TransactionExtrasType.NONE,
),
name = "NEVER-MIND",
symbol = "NEVER-MIND",