diff --git a/logos/ECACHE.png b/logos/ECACHE.png new file mode 100644 index 0000000..9c76771 Binary files /dev/null and b/logos/ECACHE.png differ diff --git a/logos/TCACHE.png b/logos/TCACHE.png new file mode 100644 index 0000000..6c13e8b Binary files /dev/null and b/logos/TCACHE.png differ diff --git a/logos/WCACHE.png b/logos/WCACHE.png new file mode 100644 index 0000000..3510783 Binary files /dev/null and b/logos/WCACHE.png differ diff --git a/tokens.eos.json b/tokens.eos.json index 2b1a276..8248e1f 100644 --- a/tokens.eos.json +++ b/tokens.eos.json @@ -1580,5 +1580,12 @@ "contract": "token.list", "precision": 8, "logo": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/LIUAIEV.png" + }, + { + "name": "eoscache", + "symbol": "ECACHE", + "contract": "antelopcache", + "precision": 4, + "logo": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/ECACHE.png" } ] diff --git a/tokens.telos.json b/tokens.telos.json index 88e5f7d..b4b909f 100644 --- a/tokens.telos.json +++ b/tokens.telos.json @@ -428,5 +428,12 @@ "contract": "simpletokens", "precision": 4, "logo": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/wifjohn.png" + }, + { + "name": "teloscache", + "symbol": "TCACHE", + "contract": "antelopcache", + "precision": 4, + "logo": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/TCACHE.png" } ] diff --git a/tokens.wax.json b/tokens.wax.json index 08ed341..730ee77 100644 --- a/tokens.wax.json +++ b/tokens.wax.json @@ -54,5 +54,12 @@ "contract": "tribalbooksm", "precision": 0, "logo": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/mana.png" + }, + { + "name": "waxcache", + "symbol": "WCACHE", + "contract": "antelopcache", + "precision": 4, + "logo": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/WCACHE.png" } -] \ No newline at end of file +]