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

devop/sync-rep #1797

Merged
merged 2 commits into from
Apr 25, 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.09
### New
- Add MVP and SGT tokens [#1797](https://github.com/kvhnuke/etherwallet/pull/1797)
- Add manual gas limit for MVP token [#1794](https://github.com/kvhnuke/etherwallet/pull/1794)
- Add ENG, GTO, CTG tokens [#1790](https://github.com/kvhnuke/etherwallet/pull/1790)
- Add Nebula AI token contract [#1789](https://github.com/kvhnuke/etherwallet/pull/1789)

Expand Down
14 changes: 13 additions & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x8a77e40936bbc27e80e9a3f526368c967869c86d",
"symbol": "MVP",
"decimal": 18,
"type": "default"
},
{
"address": "0x6425c6be902d692ae2db752b3c268afadb099d3b",
"symbol": "MWAT",
Expand Down Expand Up @@ -2783,9 +2789,15 @@
"decimal": 18,
"type": "default"
},
{
"address": "0x37427576324fE1f3625c9102674772d7CF71377d",
"symbol": "SGT (SelfieYo Gold Token)",
"decimal": 18,
"type": "default"
},
{
"address": "0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468",
"symbol": "SGT",
"symbol": "SGT (StatusGenesis)",
"decimal": 1,
"type": "default"
},
Expand Down