From 56074c5b6791c097fef22842dec2e4cfba0ab992 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 29 Aug 2018 10:55:35 -0700 Subject: [PATCH 1/2] Add LCT token --- CHANGELOG.md | 1 + app/scripts/tokens/ethTokens.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 881d426156..df5acfb91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ### New +- Add LCT token []() - Enable Ledger Hardware Wallet support for Callisto (CLO) [#2032](https://github.com/kvhnuke/etherwallet/pull/2032) - Enable Ledger Hardware Wallet support for Atheios (ATH) [#2030](https://github.com/kvhnuke/etherwallet/pull/2030) - Remove confusing json_relay_node folder [#2025](https://github.com/kvhnuke/etherwallet/pull/2025) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 42d5535ec0..2acae558dc 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -2297,6 +2297,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x4a37a91eec4c97f9090ce66d21d3b3aadf1ae5ad", + "symbol": "LCT", + "decimal": 18, + "type": "default" + }, { "address": "0x5102791ca02fc3595398400bfe0e33d7b6c82267", "symbol": "LDC", From ee0a404f5e8f30d7465393c93472ebfa21cdfc1b Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 29 Aug 2018 10:57:24 -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 df5acfb91e..359ddc742f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ### New -- Add LCT token []() +- Add LCT token [#2035](https://github.com/kvhnuke/etherwallet/pull/2035) - Enable Ledger Hardware Wallet support for Callisto (CLO) [#2032](https://github.com/kvhnuke/etherwallet/pull/2032) - Enable Ledger Hardware Wallet support for Atheios (ATH) [#2030](https://github.com/kvhnuke/etherwallet/pull/2030) - Remove confusing json_relay_node folder [#2025](https://github.com/kvhnuke/etherwallet/pull/2025)