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

devop/sync-repo #1899

Merged
merged 3 commits into from
Jun 11, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Release v3.21.13
### Update
- Update HAV token [#1899](https://github.com/kvhnuke/etherwallet/pull/1899)
- Update VRS token decimal [#1894](https://github.com/kvhnuke/etherwallet/pull/1894)
- Update VEN to VET [#1885](https://github.com/kvhnuke/etherwallet/pull/1885)
- Update UMKA token address [#1880](https://github.com/kvhnuke/etherwallet/pull/1880)
Expand All @@ -9,6 +10,7 @@
- Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870)

### New
- Add nUSD, BBK, DAV, RED and IAD tokens [#1899](https://github.com/kvhnuke/etherwallet/pull/1899)
- Add UUU token. [#1895](https://github.com/kvhnuke/etherwallet/pull/1895)
- Warn when MetaMask is locked [#1886](https://github.com/kvhnuke/etherwallet/pull/1886)
- Add CEEK token [#1894](https://github.com/kvhnuke/etherwallet/pull/1894)
Expand Down
32 changes: 31 additions & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x4a6058666cf1057eaC3CD3A5a614620547559fc9",
"symbol": "BBK",
"decimal": 18,
"type": "default"
},
{
"address": "0x7367a68039d4704f30bfbf6d948020c3b07dfc59",
"symbol": "BCBC",
Expand Down Expand Up @@ -1043,6 +1049,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14",
"symbol": "DAV",
"decimal": 18,
"type": "default"
},
{
"address": "0x386Faa4703a34a7Fdb19Bec2e14Fd427C9638416",
"symbol": "DCA",
Expand Down Expand Up @@ -1734,7 +1746,7 @@
"type": "default"
},
{
"address": "0xf244176246168f24e3187f7288edbca29267739b",
"address": "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
"symbol": "HAV",
"decimal": 18,
"type": "default"
Expand Down Expand Up @@ -1823,6 +1835,12 @@
"decimal": 8,
"type": "default"
},
{
"address": "0xC1E2097d788d33701BA3Cc2773BF67155ec93FC4",
"symbol": "IAD",
"decimal": 18,
"type": "default"
},
{
"address": "0x5a84969bb663fb64F6d015DcF9F622Aedc796750",
"symbol": "ICE",
Expand Down Expand Up @@ -2543,6 +2561,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x57Ab1E02fEE23774580C119740129eAC7081e9D3",
"symbol": "nUSD",
"decimal": 18,
"type": "default"
},
{
"address": "0x45e42D659D9f9466cD5DF622506033145a9b89Bc",
"symbol": "NxC",
Expand Down Expand Up @@ -2969,6 +2993,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x76960dccd5a1fe799f7c29be9f19ceb4627aeb2f",
"symbol": "RED",
"decimal": 18,
"type": "default"
},
{
"address": "0x408e41876cCCDC0F92210600ef50372656052a38",
"symbol": "REN",
Expand Down