Skip to content

Commit

Permalink
AND-5165 Fixed NEAR decimals.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetas authored and kozarezvlad committed Nov 3, 2023
1 parent 1fe6083 commit 85438a3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ enum class Blockchain(

fun decimals(): Int = when (this) {
Unknown -> 0
Near, NearTestnet,
-> 5

Cardano,
XRP,
Tezos,
Expand Down Expand Up @@ -149,6 +148,9 @@ enum class Blockchain(
Telos, TelosTestnet,
OctaSpace, OctaSpaceTestnet,
-> 18

Near, NearTestnet,
-> 24
}

fun makeAddresses(
Expand Down

0 comments on commit 85438a3

Please sign in to comment.