Updated on 2026-08-14
This commit is contained in:
parent
3455dea61a
commit
2a4a1bf8a1
12 changed files with 25 additions and 25 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue