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

Commit

Permalink
Add changelog, add FANX and DTH tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Apr 26, 2018
1 parent 51f7b27 commit 718455e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Release v3.21.09
### New
- Add FANX and DTH tokens [#1801](https://github.com/kvhnuke/etherwallet/pull/1801)
- Add Dether token [#1800](https://github.com/kvhnuke/etherwallet/pull/1800)
- Add MVP and SGT tokens [#1797](https://github.com/kvhnuke/etherwallet/pull/1797)
- Add manual gas limit for MVP token [#1794](https://github.com/kvhnuke/etherwallet/pull/1794)
- Add ENG, GTO, CTG tokens [#1790](https://github.com/kvhnuke/etherwallet/pull/1790)
Expand Down
12 changes: 12 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,12 @@
"decimal": 1,
"type": "default"
},
{
"address": "0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190",
"symbol": "DTH",
"decimal": 18,
"type": "default"
},
{
"address": "0xd234bf2410a0009df9c3c63b610c09738f18ccd7",
"symbol": "DTR",
Expand Down Expand Up @@ -1289,6 +1295,12 @@
"decimal": 12,
"type": "default"
},
{
"address": "0x7f6715c3fc4740a02f70de85b9fd50ac6001fed9",
"symbol": "FANX",
"decimal": 18,
"type": "default"
},
{
"address": "0x009e864923b49263c7F10D19B7f8Ab7a9A5AAd33",
"symbol": "FKX",
Expand Down

0 comments on commit 718455e

Please sign in to comment.