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

devop/sync-repo #1880

Merged
merged 2 commits into from
May 31, 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
### Release v3.21.13
### Update
- Update UMKA token address [#1880](https://github.com/kvhnuke/etherwallet/pull/1880)
- Minor grammatical fixes [#1873](https://github.com/kvhnuke/etherwallet/pull/1873)
- Update CLO explorer address [#1872](https://github.com/kvhnuke/etherwallet/pull/1872)
- Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870)

### New
- Add COIN token [#1880](https://github.com/kvhnuke/etherwallet/pull/1880)
- YAP Node [#1876](https://github.com/kvhnuke/etherwallet/pull/1876)
- Add EGT, WYS, IOTX, BTCL, GZR and FYX tokens [#1874](https://github.com/kvhnuke/etherwallet/pull/1874)
- Add OS.University EDU tokens to MEW [#1871](https://github.com/kvhnuke/etherwallet/pull/1871)

Expand Down
8 changes: 7 additions & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,12 @@
"decimal": 8,
"type": "default"
},
{
"address": "0x5e8f855966d638135a968861e80dda722291b06d",
"symbol": "COIN",
"decimal": 18,
"type": "default"
},
{
"address": "0x65292eeadf1426cd2df1c4793a3d7519f253913b",
"symbol": "COSS",
Expand Down Expand Up @@ -3516,7 +3522,7 @@
"type": "default"
},
{
"address": "0x105d97ef2e723f1cfb24519bc6ff15a6d091a3f1",
"address": "0x8e5afc69f6227a3ad75ed346c8723bc62ce97123",
"symbol": "UMKA",
"decimal": 4,
"type": "default"
Expand Down