From 82a4320708362693971779cf0783c4fdc75b1ed9 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 25 Jul 2018 09:21:51 -0700 Subject: [PATCH 1/2] Add IST34 and NUG --- CHANGELOG.md | 1 + app/scripts/tokens/ethTokens.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6c112aa7..cb84486b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.18 ### New +- Add IST34 and NUG tokens []() - Add CRGO and TICO token, add Havven ABI [#1972](https://github.com/kvhnuke/etherwallet/pull/1972) - Add Kyber and MEW token contracts [#1971](https://github.com/kvhnuke/etherwallet/pull/1971) - Add CAR, and TSW token, remove WPC token and update AXP to AXPR [#1970](https://github.com/kvhnuke/etherwallet/pull/1970) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index fc8af22fd2..e55ec0dec7 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -2105,6 +2105,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x0cf713b11c9b986ec40d65bd4f7fbd50f6ff2d64", + "symbol": "IST34", + "decimal": 18, + "type": "default" + }, { "address": "0x5e6b6d9abad9093fdc861ea1600eba1b355cd940", "symbol": "ITC", @@ -2705,6 +2711,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x245ef47d4d0505ecf3ac463f4d81f41ade8f1fd1", + "symbol": "NUG", + "decimal": 18, + "type": "default" + }, { "address": "0xb91318f35bdb262e9423bc7c7c2a3a93dd93c92c", "symbol": "NULS", From a8db53f6d866e1909d3053da381f72804841efca Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Wed, 25 Jul 2018 09:22:59 -0700 Subject: [PATCH 2/2] Update changelog link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb84486b4b..a688744d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Release v3.21.18 ### New -- Add IST34 and NUG tokens []() +- 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) - Add Kyber and MEW token contracts [#1971](https://github.com/kvhnuke/etherwallet/pull/1971) - Add CAR, and TSW token, remove WPC token and update AXP to AXPR [#1970](https://github.com/kvhnuke/etherwallet/pull/1970)