Skip to content

Commit

Permalink
Fixes #5706 - Adds Dai/Sai to currency display (#7986)
Browse files Browse the repository at this point in the history
With the change from infura to cryptocompare https://github.com/MetaMask/gaba/pull/30/files#diff-50c3c47cc5fa12e5213a6cc900476f41L41-R48 we have numerous conversion rates to go through and add if we like to.
  • Loading branch information
tmashuang authored Feb 4, 2020
1 parent 59937fe commit 6969e39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/app/helpers/constants/available-conversions.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,13 @@
{
"code": "zec",
"name": "Zcash"
},
{
"code": "dai",
"name": "DAI"
},
{
"code": "sai",
"name": "SAI"
}
]

0 comments on commit 6969e39

Please sign in to comment.