Fixes #5706 - Adds Dai/Sai to currency display (#7986)

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.
feature/default_network_editable
Thomas Huang 5 years ago committed by GitHub
parent 59937fe35a
commit 6969e3984b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ui/app/helpers/constants/available-conversions.json

@ -238,5 +238,13 @@
{
"code": "zec",
"name": "Zcash"
},
{
"code": "dai",
"name": "DAI"
},
{
"code": "sai",
"name": "SAI"
}
]

Loading…
Cancel
Save