From b5c49bcbcc81a97183336f238dfb775576edac05 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Tue, 4 Sep 2018 10:35:36 -0700 Subject: [PATCH 1/4] Add STB token and Add electrominer scammer address --- CHANGELOG.md | 1 + app/scripts/constants/darkListConst.js | 5 +++++ app/scripts/tokens/ethTokens.json | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c972a3b05..5b7049fd5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ### New +- Add STB token and Add electrominer scammer address []() - Add IMT token [#2043](https://github.com/kvhnuke/etherwallet/pull/2043) - Update darklist from eth-list, update ledger affiliate links [#2042](https://github.com/kvhnuke/etherwallet/pull/2042) - Add USD//Coin (USDC) token [#2036](https://github.com/kvhnuke/etherwallet/pull/2036) diff --git a/app/scripts/constants/darkListConst.js b/app/scripts/constants/darkListConst.js index 720e83be64..7e13f9e909 100644 --- a/app/scripts/constants/darkListConst.js +++ b/app/scripts/constants/darkListConst.js @@ -6,6 +6,11 @@ const darklist = function() { "Scam lottery contract that takes advantage of odd struct memory management", date: "2018-06-19" }, + { + address: "0xB4c9d8A5812a024BDb177991af256dA144776033", + comment: "Electrominer ICO fake admin", + date: "2018-08-30" + }, { address: "0x5ddD20aC4bACFf3f148aF4C8C24194a1C102CfE5", comment: "Electrominer ICO fake admin", diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 59b77091da..8fd3c6ab21 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -3683,6 +3683,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x09bca6ebab05ee2ae945be4eda51393d94bf7b99", + "symbol": "STB", + "decimal": 4, + "type": "default" + }, { "address": "0x629aEe55ed49581C33ab27f9403F7992A289ffd5", "symbol": "STC", From 3005a793df65647071aaf11889ebeb25cce41eac Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Tue, 4 Sep 2018 10:36:31 -0700 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7049fd5b..430b44ec6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ### New -- Add STB token and Add electrominer scammer address []() +- Add STB token and Add electrominer scammer address [#2047](https://github.com/kvhnuke/etherwallet/pull/2047) - Add IMT token [#2043](https://github.com/kvhnuke/etherwallet/pull/2043) - Update darklist from eth-list, update ledger affiliate links [#2042](https://github.com/kvhnuke/etherwallet/pull/2042) - Add USD//Coin (USDC) token [#2036](https://github.com/kvhnuke/etherwallet/pull/2036) From c8438941c89e9c3ebf0efc63a144b262633de94c Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Tue, 4 Sep 2018 10:38:41 -0700 Subject: [PATCH 3/4] Add #2040 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 430b44ec6a..5f1fcecbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### New - Add STB token and Add electrominer scammer address [#2047](https://github.com/kvhnuke/etherwallet/pull/2047) +- Add Ledger support for Musicoin, Add Trezor support for Pirl, Ether-1 and Atheios [#2040](https://github.com/kvhnuke/etherwallet/pull/2040) - Add IMT token [#2043](https://github.com/kvhnuke/etherwallet/pull/2043) - Update darklist from eth-list, update ledger affiliate links [#2042](https://github.com/kvhnuke/etherwallet/pull/2042) - Add USD//Coin (USDC) token [#2036](https://github.com/kvhnuke/etherwallet/pull/2036) From cdb44b5afd9660cd6a5dd2a41f5f5f595faa1e8f Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Tue, 4 Sep 2018 10:44:18 -0700 Subject: [PATCH 4/4] Update changelog to include new changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1fcecbd0..c1e2857cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ### New +- Add 0xinfra nodes [#2045](https://github.com/kvhnuke/etherwallet/pull/2045) +- nodes: add remote.akroma.io [#2046](https://github.com/kvhnuke/etherwallet/pull/2046) - Add STB token and Add electrominer scammer address [#2047](https://github.com/kvhnuke/etherwallet/pull/2047) - Add Ledger support for Musicoin, Add Trezor support for Pirl, Ether-1 and Atheios [#2040](https://github.com/kvhnuke/etherwallet/pull/2040) - Add IMT token [#2043](https://github.com/kvhnuke/etherwallet/pull/2043)