diff --git a/CHANGELOG.md b/CHANGELOG.md index 09027f0592..dba6d493b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 3110298e2e..b8756180d0 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -821,6 +821,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0x5e8f855966d638135a968861e80dda722291b06d", + "symbol": "COIN", + "decimal": 18, + "type": "default" + }, { "address": "0x65292eeadf1426cd2df1c4793a3d7519f253913b", "symbol": "COSS", @@ -3516,7 +3522,7 @@ "type": "default" }, { - "address": "0x105d97ef2e723f1cfb24519bc6ff15a6d091a3f1", + "address": "0x8e5afc69f6227a3ad75ed346c8723bc62ce97123", "symbol": "UMKA", "decimal": 4, "type": "default"