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

devop/sync-repo #2001

Merged
merged 2 commits into from
Aug 10, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Add AMLT, MTC and DGTX tokens, update TWNKL to MOVED
  • Loading branch information
gamalielhere committed Aug 10, 2018
commit 772a038da4bcc927ec50485484ddb5c86a926e2d
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### New
- Add AMLT, MTC and DGTX tokens, update TWNKL to MOVED []()
- Add CYFM and MFTU tokens [#1998](https://github.com/kvhnuke/etherwallet/pull/1998)
- Remove x888 for inactivity and invalidity [#1996](https://github.com/kvhnuke/etherwallet/pull/1996)
- Update Havven contract address to point to underlying contract [#1995](https://github.com/kvhnuke/etherwallet/pull/1995)
Expand Down
22 changes: 20 additions & 2 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@
"decimal": 9,
"type": "default"
},
{
"address": "0xca0e7269600d353f70b14ad118a49575455c0f2f",
"symbol": "AMLT",
"decimal": 18,
"type": "default"
},
{
"address": "0x737f98ac8ca59f2c68ad658e3c3d8c8963e40a4c",
"symbol": "AMN",
Expand Down Expand Up @@ -1217,6 +1223,12 @@
"decimal": 8,
"type": "default"
},
{
"address": "0x1c83501478f1320977047008496dacbd60bb15ef",
"symbol": "DGTX",
"decimal": 18,
"type": "default"
},
{
"address": "0x4f3afec4e5a3f2a6a1a411def7d7dfe50ee057bf",
"symbol": "DGX",
Expand Down Expand Up @@ -2585,9 +2597,15 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xdfdc0d82d96f8fd40ca0cfb4a288955becec2088",
"symbol": "MTC (Mesh Network)",
"decimal": 18,
"type": "default"
},
{
"address": "0x905E337c6c8645263D3521205Aa37bf4d034e745",
"symbol": "MTC",
"symbol": "MTC (Medical Token Currency)",
"decimal": 18,
"type": "default"
},
Expand Down Expand Up @@ -3823,7 +3841,7 @@
},
{
"address": "0xfbd0d1c77b501796a35d86cf91d65d9778eee695",
"symbol": "TWNKL",
"symbol": "MOVED",
"decimal": 3,
"type": "default"
},
Expand Down