diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6c112aa7..a688744d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.18 ### New +- 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) 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",