From 9cc73b2e6e55d37cd74cf1cbb6e7d376c9546576 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Fri, 13 Jul 2018 08:58:11 -0700 Subject: [PATCH 1/2] Add ELY and DRVH tokens --- CHANGELOG.md | 1 + app/scripts/tokens/ethTokens.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b06c9b206..ec3e8f2a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.17 ### New +- Add ELY and DRVH tokens []() - Add Billfodl affiliate link and CFC token [#1954](https://github.com/kvhnuke/etherwallet/pull/1954) - Misc CSS fixes [#1935](https://github.com/kvhnuke/etherwallet/pull/1935) - Misc CSS fixes [#1937](https://github.com/kvhnuke/etherwallet/pull/1937) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 9497ab237b..aae94cdb3d 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -1265,6 +1265,12 @@ "decimal": 2, "type": "default" }, + { + "address": "0x62d4c04644314f35868ba4c65cc27a77681de7a9", + "symbol": "DRVH", + "decimal": 18, + "type": "default" + }, { "address": "0x2799d90c6d44cb9aa5fbc377177f16c33e056b82", "symbol": "DRP (Dripcoin)", @@ -1409,6 +1415,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8", + "symbol": "ELY", + "decimal": 18, + "type": "default" + }, { "address": "0xb67b88a25708a35ae7c2d736d398d268ce4f7f83", "symbol": "EMON", From 984e487eea595f27e676928a58a00fc2e5410b72 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Fri, 13 Jul 2018 09:00:33 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3e8f2a90..18e66e7fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Release v3.21.17 ### New -- Add ELY and DRVH tokens []() +- Add ELY and DRVH tokens [#1955](https://github.com/kvhnuke/etherwallet/pull/1955) - Add Billfodl affiliate link and CFC token [#1954](https://github.com/kvhnuke/etherwallet/pull/1954) - Misc CSS fixes [#1935](https://github.com/kvhnuke/etherwallet/pull/1935) - Misc CSS fixes [#1937](https://github.com/kvhnuke/etherwallet/pull/1937)