From 29c1028696d4c0853078cc509cfb7ab38eda0765 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Mon, 30 Apr 2018 09:27:38 -0700 Subject: [PATCH 1/2] Add USDM token to defaults --- app/scripts/tokens/ethTokens.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 1765d0b57d..709625ae17 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -3269,6 +3269,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0xD760ADdFb24D9C01Fe4Bfea7475C5e3636684058", + "symbol": "USDM", + "decimal": 2, + "type": "default" + }, { "address": "0xdac17f958d2ee523a2206206994597c13d831ec7", "symbol": "USDT", From b410af1f881f95b99d7e12303960c8e05b1f19c5 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Mon, 30 Apr 2018 09:28:55 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de9b10ca3..c9b51ff42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.09 ### New +- Add USDM token [#1811](https://github.com/kvhnuke/etherwallet/pull/1811) - Remove an address from darklist, Add FTT, LGO, LUC, OPEN, QASH, WCN, MART, and SS tokens [#1803](https://github.com/kvhnuke/etherwallet/pull/1803) - Add FANX and DTH tokens [Commit](https://github.com/kvhnuke/etherwallet/commit/718455e74790e7b36ef9bc7df710c3e2b07454cd) - Add Dether token [#1800](https://github.com/kvhnuke/etherwallet/pull/1800)