Updated on 2026-08-14
This commit is contained in:
parent
85cff6b0d3
commit
a69cc2b5e6
2 changed files with 12 additions and 4 deletions
|
|
@ -488,7 +488,10 @@ private class FeeSelectorUMContentProvider : CollectionPreviewParameterProvider<
|
|||
isPrimaryButtonEnabled = false,
|
||||
feeItems = persistentListOf(
|
||||
FeeItem.Suggested(
|
||||
title = stringReference("Suggested by Tangem"),
|
||||
title = resourceReference(
|
||||
id = R.string.wc_fee_suggested,
|
||||
formatArgs = wrappedList("Tangem"),
|
||||
),
|
||||
fee = Fee.Common(Amount(value = BigDecimal("0.1"), blockchain = Blockchain.Ethereum)),
|
||||
),
|
||||
FeeItem.Slow(fee = Fee.Common(Amount(value = BigDecimal("0.01"), blockchain = Blockchain.Ethereum))),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue