Skip to content

Commit

Permalink
Backport "Fixes #5706 - Adds Dai/Sai to currency display (#7986)" (#8455
Browse files Browse the repository at this point in the history
)

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 <[email protected]>
  • Loading branch information
Gudahtt and tmashuang authored Apr 29, 2020
1 parent 3dc8387 commit 361c571
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 @@ -234,5 +234,13 @@
{
"code": "zec",
"name": "Zcash"
},
{
"code": "dai",
"name": "DAI"
},
{
"code": "sai",
"name": "SAI"
}
]

0 comments on commit 361c571

Please sign in to comment.