Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

devop/add-mfg-token #1782

Merged
merged 1 commit into from
Apr 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Release v3.21.08
#### New
- Add MFG token [#1782](https://github.com/kvhnuke/etherwallet/pull/1782)
- Add GIF Gas [#1781](https://github.com/kvhnuke/etherwallet/pull/1781)
- Add GIF token [#1780](https://github.com/kvhnuke/etherwallet/pull/1780)
- Add SSH token [#1779](https://github.com/kvhnuke/etherwallet/pull/1779)
Expand Down
6 changes: 6 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x6710c63432a2de02954fc0f851db07146a6c0312",
"symbol": "MFG",
"decimal": 18,
"type": "default"
},
{
"address": "0x40395044ac3c0c57051906da938b54bd6557f212",
"symbol": "MGO",
Expand Down