mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Backport #7986 onto v7.7.9. The original commit message follows: 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. Co-authored-by: Thomas Huang <tmashuang@users.noreply.github.com>
This commit is contained in:
parent
3dc8387a96
commit
361c57191d
@ -9,6 +9,7 @@
|
||||
- [#8460](https://github.com/MetaMask/metamask-extension/pull/8460): Update deposit copy for Wyre
|
||||
- [#8458](https://github.com/MetaMask/metamask-extension/pull/8458): Snapshot txMeta without cloning history
|
||||
- [#8459](https://github.com/MetaMask/metamask-extension/pull/8459): Fix method registry initialization
|
||||
- [#8455](https://github.com/MetaMask/metamask-extension/pull/8455): Add Dai/Sai to currency display
|
||||
|
||||
## 7.7.8 Wed Mar 11 2020
|
||||
- [#8176](https://github.com/MetaMask/metamask-extension/pull/8176): Handle and set gas estimation when max mode is clicked
|
||||
|
@ -234,5 +234,13 @@
|
||||
{
|
||||
"code": "zec",
|
||||
"name": "Zcash"
|
||||
},
|
||||
{
|
||||
"code": "dai",
|
||||
"name": "DAI"
|
||||
},
|
||||
{
|
||||
"code": "sai",
|
||||
"name": "SAI"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user