From 1d176610121f56b9846870300a646e4754b568ad Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 5 Jul 2018 09:06:22 -0700 Subject: [PATCH 1/2] Add tokens and update changelog --- CHANGELOG.md | 1 + app/scripts/tokens/ethTokens.json | 32 +++++++++++++++++++++++++++---- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e359bff751..c6250c9b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.16 ### New +- Add OWN, PURC, FXC and MFT tokens from ethereum-list []() - Add FAN, RING, AKC, PLS and OMT tokens from ethereum-list [#1941](https://github.com/kvhnuke/etherwallet/pull/1941) ### Update - Update DGX token [#1939](https://github.com/kvhnuke/etherwallet/pull/1939) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 9befbc0782..450af0135c 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -1164,14 +1164,14 @@ "type": "default" }, { - "address": "0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855", - "symbol": "DGX1", + "address": "0x4f3afec4e5a3f2a6a1a411def7d7dfe50ee057bf", + "symbol": "DGX", "decimal": 9, "type": "default" }, { - "address": "0x4f3afec4e5a3f2a6a1a411def7d7dfe50ee057bf", - "symbol": "DGX", + "address": "0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855", + "symbol": "DGX1", "decimal": 9, "type": "default" }, @@ -1637,6 +1637,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0xc92d6e3e64302c59d734f3292e2a13a13d7e1817", + "symbol": "FXC", + "decimal": 8, + "type": "default" + }, { "address": "0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a", "symbol": "FYN", @@ -2393,6 +2399,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0xDF2C7238198Ad8B389666574f2d8bc411A4b7428", + "symbol": "MFT", + "decimal": 18, + "type": "default" + }, { "address": "0x40395044ac3c0c57051906da938b54bd6557f212", "symbol": "MGO", @@ -2741,6 +2753,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x170b275ced089fffaebfe927f445a350ed9160dc", + "symbol": "OWN", + "decimal": 8, + "type": "default" + }, { "address": "0x65a15014964f2102ff58647e16a16a6b9e14bcf6", "symbol": "Ox Fina", @@ -2999,6 +3017,12 @@ "decimal": 0, "type": "default" }, + { + "address": "0xe25ff6eb959bce67975778e46a47750c243b6b99", + "symbol": "PURC", + "decimal": 18, + "type": "default" + }, { "address": "0xc14830e53aa344e8c14603a91229a0b925b0b262", "symbol": "PXT", From c39d92a5b7d3fce98526b92148b112c9c9c5f8e1 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Thu, 5 Jul 2018 09:07:17 -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 c6250c9b79..0fd9aa3cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Release v3.21.16 ### New -- Add OWN, PURC, FXC and MFT tokens from ethereum-list []() +- Add OWN, PURC, FXC and MFT tokens from ethereum-list [#1945](https://github.com/kvhnuke/etherwallet/pull/1945) - Add FAN, RING, AKC, PLS and OMT tokens from ethereum-list [#1941](https://github.com/kvhnuke/etherwallet/pull/1941) ### Update - Update DGX token [#1939](https://github.com/kvhnuke/etherwallet/pull/1939)