diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a763aa77f..d08e43d30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 80c84dced6..0babb03ad6 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -185,6 +185,12 @@ "decimal": 9, "type": "default" }, + { + "address": "0xca0e7269600d353f70b14ad118a49575455c0f2f", + "symbol": "AMLT", + "decimal": 18, + "type": "default" + }, { "address": "0x737f98ac8ca59f2c68ad658e3c3d8c8963e40a4c", "symbol": "AMN", @@ -1217,6 +1223,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0x1c83501478f1320977047008496dacbd60bb15ef", + "symbol": "DGTX", + "decimal": 18, + "type": "default" + }, { "address": "0x4f3afec4e5a3f2a6a1a411def7d7dfe50ee057bf", "symbol": "DGX", @@ -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" }, @@ -3823,7 +3841,7 @@ }, { "address": "0xfbd0d1c77b501796a35d86cf91d65d9778eee695", - "symbol": "TWNKL", + "symbol": "MOVED", "decimal": 3, "type": "default" },