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

devop/sync-repo #1838

Merged
merged 1 commit into from
May 9, 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,7 @@
### Release v3.21.10
### Update
- Add GEN and AMO tokens [#1838](https://github.com/kvhnuke/etherwallet/pull/1838)
- Update license [#1837](https://github.com/kvhnuke/etherwallet/pull/1837)
- Sort alphabetically [#1834](https://github.com/kvhnuke/etherwallet/pull/1834)
- Formatting update [#1833](https://github.com/kvhnuke/etherwallet/pull/1833)
- Remove WCN and SS tokens [#1832](https://github.com/kvhnuke/etherwallet/pull/1832)
Expand Down
12 changes: 12 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x38c87aa89b2b8cd9b95b736e1fa7b612ea972169",
"symbol": "AMO",
"decimal": 18,
"type": "default"
},
{
"address": "0x84936cF7630AA3e27Dd9AfF968b140d5AEE49F5a",
"symbol": "AMTC",
Expand Down Expand Up @@ -1481,6 +1487,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf",
"symbol": "GEN",
"decimal": 18,
"type": "default"
},
{
"address": "0x8a854288a5976036a725879164ca3e91d30c6a1b",
"symbol": "GET",
Expand Down