Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

devop/sync-repo #2047

Merged
merged 4 commits into from
Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### 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)
- 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)
Expand Down
5 changes: 5 additions & 0 deletions app/scripts/constants/darkListConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3683,6 +3683,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x09bca6ebab05ee2ae945be4eda51393d94bf7b99",
"symbol": "STB",
"decimal": 4,
"type": "default"
},
{
"address": "0x629aEe55ed49581C33ab27f9403F7992A289ffd5",
"symbol": "STC",
Expand Down