Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #931 from LinaRise/fix-issue-861
Browse files Browse the repository at this point in the history
add Tron(TRX) currency
  • Loading branch information
ILIYANGERMANOV authored May 22, 2022
2 parents 01e4917 + 139827e commit b08350b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/ivy/wallet/domain/data/IvyCurrency.kt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ data class IvyCurrency(
name = "Dash",
isCrypto = true
),
IvyCurrency(
code = "TRX",
name = "Tron",
isCrypto = true
),
)

fun getAvailable(): List<IvyCurrency> {
Expand Down

0 comments on commit b08350b

Please sign in to comment.