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

devop/sync-repo #2079

Merged
merged 2 commits into from
Sep 27, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### New
- Add RING, VRS, DSCP tokens from ethereum-list, remove DSC. [#2079](https://github.com/kvhnuke/etherwallet/pull/2079)
- UBQ: update ubiqscan tx/address links [#2078](https://github.com/kvhnuke/etherwallet/pull/2078)
- Add SNBL tokens [#2076](https://github.com/kvhnuke/etherwallet/pull/2076)

Expand Down
18 changes: 15 additions & 3 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1350,9 +1350,9 @@
"type": "default"
},
{
"address": "0x1e09BD8Cadb441632e441Db3e1D79909EE0A2256",
"symbol": "DSC",
"decimal": 1,
"address": "0x03e3f0c25965f13DbbC58246738C183E27b26a56",
"symbol": "DSCP",
"decimal": 18,
"type": "default"
},
{
Expand Down Expand Up @@ -3377,6 +3377,12 @@
"decimal": 4,
"type": "default"
},
{
"address": "0x9469D013805bFfB7D3DEBe5E7839237e535ec483",
"symbol": "RING",
"decimal": 18,
"type": "default"
},
{
"address": "0xdd007278b667f6bef52fd0a4c23604aa1f96039a",
"symbol": "RIPT",
Expand Down Expand Up @@ -4151,6 +4157,12 @@
"decimal": 6,
"type": "default"
},
{
"address": "0xeDBaF3c5100302dCddA53269322f3730b1F0416d",
"symbol": "VRS",
"decimal": 5,
"type": "default"
},
{
"address": "0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170",
"symbol": "VSL",
Expand Down