1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 04:20:53 +01:00

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.
This commit is contained in:
Thomas Huang 2020-02-04 14:49:53 -08:00 committed by GitHub
parent 59937fe35a
commit 6969e3984b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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