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

Commit

Permalink
Merge pull request #1941 from kvhnuke/devop/sync-repo
Browse files Browse the repository at this point in the history
devop/sync-repo
  • Loading branch information
gamalielhere authored Jul 3, 2018
2 parents 4895e6f + 5a2de71 commit 47c5a9a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
### Release v3.21.16
### New
- Add FAN, RING, AKC, PLS and OMT tokens from ethereum-list [#1941](https://github.com/kvhnuke/etherwallet/pull/1941)
### Update
- Update DGX token [#1939](https://github.com/kvhnuke/etherwallet/pull/1939)

### Release v3.21.15
### Devop
- Update DGX token [#1939](https://github.com/kvhnuke/etherwallet/pull/1939)
### Update
- Remove console logs and rebuild [#1934](https://github.com/kvhnuke/etherwallet/pull/1934)
- Change myetherapi nodes to myetherwallet nodes [Commit](https://github.com/kvhnuke/etherwallet/commit/29137ae373e7408322f82bc4f2cbc13fecf8298a)
- Change myetherapi nodes to myetherwallet nodes [Commit](https://github.com/kvhnuke/etherwallet/commit/29137ae373e7408322f82bc4f2cbc13fecf8298a)


### Release v3.21.14
### New
- Add DCC and QNT tokens [#1932](https://github.com/kvhnuke/etherwallet/pull/1932)
Expand Down Expand Up @@ -31,12 +38,12 @@
- Fix branding style [#1906](https://github.com/kvhnuke/etherwallet/pull/1906)
- Add OJX, and BTT in eth list. Add CTGA to rin. [#1905](https://github.com/kvhnuke/etherwallet/pull/1905)
- Add GoChain Node [#1904](https://github.com/kvhnuke/etherwallet/pull/1904)
- Add WORK token [#1902](https://github.com/kvhnuke/etherwallet/pull/1902)
- Add WORK token [#1902](https://github.com/kvhnuke/etherwallet/pull/1902)

### Update
- Update Korean translations [#1875](https://github.com/kvhnuke/etherwallet/pull/1875)
- Update error msgs [Commit](https://github.com/kvhnuke/etherwallet/commit/b0ae1a74a023c4e9cacc7e1652c60d6f399acd54)
- Update checksum article on the error msg [Commit](https://github.com/kvhnuke/etherwallet/commit/ea4d61d13cd767804da6c0acf28fba70b3e384aa)
- Update checksum article on the error msg [Commit](https://github.com/kvhnuke/etherwallet/commit/ea4d61d13cd767804da6c0acf28fba70b3e384aa)

### Release v3.21.13
### Update
Expand Down
30 changes: 30 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x1ca43a170bad619322e6f54d46b57e504db663aa",
"symbol": "AKC",
"decimal": 18,
"type": "default"
},
{
"address": "0x181a63746d3adcf356cbc73ace22832ffbb1ee5a",
"symbol": "ALCO",
Expand Down Expand Up @@ -1529,6 +1535,12 @@
"decimal": 12,
"type": "default"
},
{
"address": "0x90162f41886c0946d09999736f1c15c8a105a421",
"symbol": "FAN",
"decimal": 18,
"type": "default"
},
{
"address": "0x7f6715c3fc4740a02f70de85b9fd50ac6001fed9",
"symbol": "FANX",
Expand Down Expand Up @@ -2687,6 +2699,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x047187e53477be70DBe8Ea5B799318f2e165052F",
"symbol": "OMT",
"decimal": 18,
"type": "default"
},
{
"address": "0xb23be73573bc7e03db6e5dfc62405368716d28a8",
"symbol": "ONEK",
Expand Down Expand Up @@ -2843,6 +2861,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xe43ac1714f7394173b15e7cff31a63d523ce4fb9",
"symbol": "PLS",
"decimal": 18,
"type": "default"
},
{
"address": "0xD8912C10681D8B21Fd3742244f44658dBA12264E",
"symbol": "PLU",
Expand Down Expand Up @@ -3107,6 +3131,12 @@
"decimal": 4,
"type": "default"
},
{
"address": "0x86E56f3c89a14528858e58B3De48c074538BAf2c",
"symbol": "RING",
"decimal": 18,
"type": "default"
},
{
"address": "0xdd007278b667f6bef52fd0a4c23604aa1f96039a",
"symbol": "RIPT",
Expand Down

0 comments on commit 47c5a9a

Please sign in to comment.