diff --git a/CHANGELOG.md b/CHANGELOG.md index c186d0d50c..79daeeee91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +### Release v3.21.09 +### New +- 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) + ### Release v3.21.08 #### New +- Add kyber integration [#1757](https://github.com/kvhnuke/etherwallet/pull/1757) [#1788](https://github.com/kvhnuke/etherwallet/pull/1788) - Add BRD token [#1787](https://github.com/kvhnuke/etherwallet/pull/1787) - Adds FLR and ABYSS tokens [#1786](https://github.com/kvhnuke/etherwallet/pull/1786) - Add new Peculium ABI [#1784](https://github.com/kvhnuke/etherwallet/pull/1784) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index d8a473d48e..f9da280d69 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -809,6 +809,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0xc87c5dd86a3d567ff28701886fb0745aaa898da4", + "symbol": "CTG", + "decimal": 18, + "type": "default" + }, { "address": "0xbf4cfd7d1edeeea5f6600827411b41a21eb08abd", "symbol": "CTL", @@ -1181,6 +1187,12 @@ "decimal": 2, "type": "default" }, + { + "address": "0xf0ee6b27b759c9893ce4f094b49ad28fd15a23e4", + "symbol": "ENG", + "decimal": 8, + "type": "default" + }, { "address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c", "symbol": "ENJ", @@ -1463,6 +1475,12 @@ "decimal": 0, "type": "default" }, + { + "address": "0xc5bbae50781be1669306b9e001eff57a2957b09d", + "symbol": "GTO", + "decimal": 5, + "type": "default" + }, { "address": "0xf7B098298f7C69Fc14610bf71d5e02c60792894C", "symbol": "GUP",