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

Commit

Permalink
Merge pull request #2001 from kvhnuke/devop/sync-repo
Browse files Browse the repository at this point in the history
devop/sync-repo
  • Loading branch information
gamalielhere authored Aug 10, 2018
2 parents 2042a14 + de381be commit f031055
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
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 [#2001](https://github.com/kvhnuke/etherwallet/pull/2001)
- 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

0 comments on commit f031055

Please sign in to comment.