diff --git a/CHANGELOG.md b/CHANGELOG.md index 2421e2de78..e337da7a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### Release v3.21.08 #### New +- Add NAC, MUX, SMT (Social Media Market) tokens [#1775](https://github.com/kvhnuke/etherwallet/pull/1775) +- Add VIEW token [#1774](https://github.com/kvhnuke/etherwallet/pull/1774) - Add DTT and MIT [#1773](https://github.com/kvhnuke/etherwallet/pull/1773) - Add THUG token [#1771](https://github.com/kvhnuke/etherwallet/pull/1771) - Add MAN token [#1769](https://github.com/kvhnuke/etherwallet/pull/1769) @@ -7,6 +9,7 @@ #### Fixes - Catch typos [#1772](https://github.com/kvhnuke/etherwallet/pull/1772) + ### Release v3.21.07 #### New - Add COIL token to defaults [#1764](https://github.com/kvhnuke/etherwallet/pull/1764) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index ad6c868c16..db2897b14a 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -2075,6 +2075,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x515669d308f887fd83a471c7764f5d084886d34d", + "symbol": "MUXE", + "decimal": 18, + "type": "default" + }, { "address": "0x6425c6be902d692ae2db752b3c268afadb099d3b", "symbol": "MWAT", @@ -2093,6 +2099,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0x8d80de8A78198396329dfA769aD54d24bF90E7aa", + "symbol": "NAC", + "decimal": 18, + "type": "default" + }, { "address": "0x588047365df5ba589f923604aac23d673555c623", "symbol": "NAVI", @@ -2795,6 +2807,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x78Eb8DC641077F049f910659b6d580E80dC4d237", + "symbol": "SMT (Social Media Market)", + "decimal": 8, + "type": "default" + }, { "address": "0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404", "symbol": "SNC",