Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-23 12:38:38 +04:00
parent e2632c785c
commit af7c7ed87f

View file

@ -21,7 +21,7 @@ class GetSupportedNetworksUseCase(
ensureNotNull(networks.takeIf { it.isNotEmpty() }) {
SupportedBlockchainException.EmptyList
}
}.sortedBy(Network::name)
}
}
}