From 3fb9d719884d027d786a38935df5e78f89c32684 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 25 Apr 2018 10:13:43 -0700 Subject: [PATCH 1/2] Add MVP and SGT tokens, update changelog --- CHANGELOG.md | 1 + app/scripts/tokens/ethTokens.json | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79daeeee91..1852533341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.09 ### New +- 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) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index f9da280d69..7cdb200d28 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -2141,6 +2141,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x8a77e40936bbc27e80e9a3f526368c967869c86d", + "symbol": "MVP", + "decimal": 18, + "type": "default" + }, { "address": "0x6425c6be902d692ae2db752b3c268afadb099d3b", "symbol": "MWAT", @@ -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" }, From 36560f44b887d9cede46e57ae53672ab9bcd1b69 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 25 Apr 2018 10:16:03 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1852533341..ebb9d3db9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### 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)