From a4e9a50c87c152e0cbdb620b75a1ca765246d485 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Mon, 30 Apr 2018 11:06:45 -0700 Subject: [PATCH 1/2] Add XGG and DCA tokens --- app/scripts/tokens/ethTokens.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index a24bf4e096..86b1de9adc 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -1013,6 +1013,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x386Faa4703a34a7Fdb19Bec2e14Fd427C9638416", + "symbol": "DoBETacceptBET(DCA)", + "decimals": 18, + "type": "default" + }, { "address": "0x76974c7b79dc8a6a109fd71fd7ceb9e40eff5382", "symbol": "DOW", @@ -1696,13 +1702,13 @@ "symbol": "IND", "decimal": 18, "type": "default" - }, - { - "address": "0x48e5413b73add2434e47504E2a22d14940dBFe78", - "symbol": "INRM", - "decimal": 3, - "type": "default" - }, + }, + { + "address": "0x48e5413b73add2434e47504E2a22d14940dBFe78", + "symbol": "INRM", + "decimal": 3, + "type": "default" + }, { "address": "0x5b2e4a700dfbc560061e957edec8f6eeeb74a320", "symbol": "INS", @@ -3539,6 +3545,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0xf6b6aa0ef0f5edc2c1c5d925477f97eaf66303e7", + "symbol": "XGG", + "decimal": 8, + "type": "default" + }, { "address": "0x533ef0984b2FAA227AcC620C67cce12aA39CD8CD", "symbol": "XGM", From fe5323a2bea97660f158dcb896c7b80661d4a1b6 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Mon, 30 Apr 2018 11:08:35 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008afe5177..64d5144e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.09 ### New +- Add XGG and DCA tokens [#1813](https://github.com/kvhnuke/etherwallet/pull/1813) - Update changelog, add Proxy and eProxy abi, add umka token to default [#1812](https://github.com/kvhnuke/etherwallet/pull/1812) - Add USDM token [#1811](https://github.com/kvhnuke/etherwallet/pull/1811) - Add INRM token [#1809](https://github.com/kvhnuke/etherwallet/pull/1809)