diff --git a/CHANGELOG.md b/CHANGELOG.md index e9708ab72c..3f1ed622ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ### New +- Add LCT token [#2035](https://github.com/kvhnuke/etherwallet/pull/2035) - BUG FIX: Fix missing break after bad merge conflict resolution [#2034](https://github.com/kvhnuke/etherwallet/pull/2034) - 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) 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",