Skip to content

Commit

Permalink
TokenMetadata: Add ticker to unit
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Mar 4, 2021
1 parent 1ee7650 commit e411913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ steveToken = ApiAssetMetadata
"SteveToken" "A sample description" (Just "STV")
(Just (ApiT (unsafeFromText "https://iohk.io/stevetoken")))
(Just (ApiT (W.AssetLogo "Almost a logo")))
(Just (ApiT (W.AssetUnit "MegaSteve" 6)))
(Just (ApiT (W.AssetUnit "MegaSteve" 6 Nothing)))

---
--- Helpers
Expand Down

0 comments on commit e411913

Please sign in to comment.