diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d831446e..7d74f0cd8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### Release v3.21.13 ### Update +- Update HAV token [#1899](https://github.com/kvhnuke/etherwallet/pull/1899) - Update VRS token decimal [#1894](https://github.com/kvhnuke/etherwallet/pull/1894) - Update VEN to VET [#1885](https://github.com/kvhnuke/etherwallet/pull/1885) - Update UMKA token address [#1880](https://github.com/kvhnuke/etherwallet/pull/1880) @@ -9,6 +10,7 @@ - Fix network tab css [#1870](https://github.com/kvhnuke/etherwallet/pull/1870) ### New +- Add nUSD, BBK, DAV, RED and IAD tokens [#1899](https://github.com/kvhnuke/etherwallet/pull/1899) - Add UUU token. [#1895](https://github.com/kvhnuke/etherwallet/pull/1895) - Warn when MetaMask is locked [#1886](https://github.com/kvhnuke/etherwallet/pull/1886) - Add CEEK token [#1894](https://github.com/kvhnuke/etherwallet/pull/1894) diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json index 5b18124ca4..1a199d5527 100644 --- a/app/scripts/tokens/ethTokens.json +++ b/app/scripts/tokens/ethTokens.json @@ -323,6 +323,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x4a6058666cf1057eaC3CD3A5a614620547559fc9", + "symbol": "BBK", + "decimal": 18, + "type": "default" + }, { "address": "0x7367a68039d4704f30bfbf6d948020c3b07dfc59", "symbol": "BCBC", @@ -1043,6 +1049,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14", + "symbol": "DAV", + "decimal": 18, + "type": "default" + }, { "address": "0x386Faa4703a34a7Fdb19Bec2e14Fd427C9638416", "symbol": "DCA", @@ -1734,7 +1746,7 @@ "type": "default" }, { - "address": "0xf244176246168f24e3187f7288edbca29267739b", + "address": "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F", "symbol": "HAV", "decimal": 18, "type": "default" @@ -1823,6 +1835,12 @@ "decimal": 8, "type": "default" }, + { + "address": "0xC1E2097d788d33701BA3Cc2773BF67155ec93FC4", + "symbol": "IAD", + "decimal": 18, + "type": "default" + }, { "address": "0x5a84969bb663fb64F6d015DcF9F622Aedc796750", "symbol": "ICE", @@ -2543,6 +2561,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x57Ab1E02fEE23774580C119740129eAC7081e9D3", + "symbol": "nUSD", + "decimal": 18, + "type": "default" + }, { "address": "0x45e42D659D9f9466cD5DF622506033145a9b89Bc", "symbol": "NxC", @@ -2969,6 +2993,12 @@ "decimal": 18, "type": "default" }, + { + "address": "0x76960dccd5a1fe799f7c29be9f19ceb4627aeb2f", + "symbol": "RED", + "decimal": 18, + "type": "default" + }, { "address": "0x408e41876cCCDC0F92210600ef50372656052a38", "symbol": "REN",