From 0307d70b78232ba941c0b38799b1c14ccacfb87e Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 31 May 2018 08:59:13 -0700 Subject: [PATCH 1/2] Add COIN token and update UMKA token address --- CHANGELOG.md | 3 +++ app/scripts/tokens/ethTokens.json | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09027f0592..46abe3d068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ ### Release v3.21.13 ### Update +- Update UMKA token address []() - Minor grammatical fixes [#1873](https://github.com/kvhnuke/etherwallet/pull/1873) - Update CLO explorer address [#1872](https://github.com/kvhnuke/etherwallet/pull/1872) - Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870) ### New +- Add COIN token []() +- YAP Node [#1876](https://github.com/kvhnuke/etherwallet/pull/1876) - Add EGT, WYS, IOTX, BTCL, GZR and FYX tokens [#1874](https://github.com/kvhnuke/etherwallet/pull/1874) - Add OS.University EDU tokens to MEW [#1871](https://github.com/kvhnuke/etherwallet/pull/1871) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 3110298e2e..b8756180d0 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -821,6 +821,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0x5e8f855966d638135a968861e80dda722291b06d", + "symbol": "COIN", + "decimal": 18, + "type": "default" + }, { "address": "0x65292eeadf1426cd2df1c4793a3d7519f253913b", "symbol": "COSS", @@ -3516,7 +3522,7 @@ "type": "default" }, { - "address": "0x105d97ef2e723f1cfb24519bc6ff15a6d091a3f1", + "address": "0x8e5afc69f6227a3ad75ed346c8723bc62ce97123", "symbol": "UMKA", "decimal": 4, "type": "default" From 29ff6ad20b755367c6179091d21cdfd1e5685d90 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 31 May 2018 09:00:53 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46abe3d068..dba6d493b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ ### Release v3.21.13 ### Update -- Update UMKA token address []() +- Update UMKA token address [#1880](https://github.com/kvhnuke/etherwallet/pull/1880) - Minor grammatical fixes [#1873](https://github.com/kvhnuke/etherwallet/pull/1873) - Update CLO explorer address [#1872](https://github.com/kvhnuke/etherwallet/pull/1872) - Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870) ### New -- Add COIN token []() +- Add COIN token [#1880](https://github.com/kvhnuke/etherwallet/pull/1880) - YAP Node [#1876](https://github.com/kvhnuke/etherwallet/pull/1876) - Add EGT, WYS, IOTX, BTCL, GZR and FYX tokens [#1874](https://github.com/kvhnuke/etherwallet/pull/1874) - Add OS.University EDU tokens to MEW [#1871](https://github.com/kvhnuke/etherwallet/pull/1871)