From dea7f66a8e2bce2cbbbb08822d3a4d7c2b289e2c Mon Sep 17 00:00:00 2001 From: Guilherme Date: Thu, 17 Oct 2024 11:25:20 +0100 Subject: [PATCH] Fix MOOV Token Logo Metamask is showing an outdated logo on MOOV Token, even though people try to "Add to Metamask" with an updated logo, the old one remains forcefully. --- contract-map.json | 8 ++++++++ images/MOOV.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 images/MOOV.svg diff --git a/contract-map.json b/contract-map.json index e96c5a4fe..ed1a2684a 100644 --- a/contract-map.json +++ b/contract-map.json @@ -1,4 +1,12 @@ { + + "0x4116f14b6d462B32a1C10F98049E4B1765e34FA9": { + "name": "Dotmoovs", + "logo": "MOOV.svg", + "erc20": true, + "symbol": "MOOV", + "decimals": 18 + }, "0x12652C6d93FDB6F4f37d48A8687783C782BB0d10": { "name": "Entangle", "logo": "NGL.svg", diff --git a/images/MOOV.svg b/images/MOOV.svg new file mode 100644 index 000000000..3354aa37b --- /dev/null +++ b/images/MOOV.svg @@ -0,0 +1 @@ + \ No newline at end of file