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

Commit

Permalink
Added the tonchain currency (#3329)
Browse files Browse the repository at this point in the history
  • Loading branch information
vk92257 authored Jul 11, 2024
1 parent 247390d commit 288e83d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ data class IvyCurrency(
name = "Tron",
isCrypto = true
),
IvyCurrency(
code = "TON",
name = "Tonchain",
isCrypto = true
),
)

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

0 comments on commit 288e83d

Please sign in to comment.