Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-07 10:48:16 +03:00
commit 714eb51ce5
34 changed files with 345 additions and 114 deletions

View file

@ -106,6 +106,10 @@ internal class FeedbackDataBuilder {
fun addBlockchainError(info: BlockchainInfo, error: BlockchainErrorInfo) {
builder.appendKeyValue("Blockchain", info.blockchain)
builder.appendAddresses(
key = "Explorer link${info.explorerLinks.isMultiple(suffix = "s")}",
addresses = info.explorerLinks,
)
builder.appendKeyValue("Derivation path", info.derivationPath)
builder.appendKeyValue("Host", info.host)
builder.appendKeyValue("Token", error.tokenSymbol)