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

devop/sync-repo #1977

Merged
merged 2 commits into from
Jul 27, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Release v3.21.18
### New
- Add EDR token [#1977](https://github.com/kvhnuke/etherwallet/pull/1977)
- Add HUR and ODEM tokens, remove inactive tokens. [See list here](https://github.com/MyEtherWallet/ethereum-lists/pull/764) [#1974](https://github.com/kvhnuke/etherwallet/pull/1974)
- Add IST34 and NUG tokens [#1973](https://github.com/kvhnuke/etherwallet/pull/1973)
- Add CRGO and TICO token, add Havven ABI [#1972](https://github.com/kvhnuke/etherwallet/pull/1972)
Expand Down
12 changes: 6 additions & 6 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xc528c28FEC0A90C083328BC45f587eE215760A0F",
"symbol": "EDR",
"decimal": 18,
"type": "default"
},
{
"address": "0x2a22e5cca00a3d63308fa39f29202eb1b39eef52",
"symbol": "EDU",
Expand Down Expand Up @@ -1541,12 +1547,6 @@
"decimal": 6,
"type": "default"
},
{
"address": "0x523630976eB6147621B5c31c781eBe2Ec2a806E0",
"symbol": "eUSD",
"decimal": 18,
"type": "default"
},
{
"address": "0x923108a439C4e8C2315c4f6521E5cE95B44e9B4c",
"symbol": "EVE",
Expand Down