From 3d6cfdbaf7a336702e31d8f5fce491102a14e50b Mon Sep 17 00:00:00 2001 From: salimtb Date: Fri, 21 Jun 2024 16:05:34 +0200 Subject: [PATCH 1/2] feat: update QuickSwap icon --- contract-map.json | 8 ++++++++ images/QS.svg | 25 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 images/QS.svg diff --git a/contract-map.json b/contract-map.json index 98efababb..45bc42caa 100644 --- a/contract-map.json +++ b/contract-map.json @@ -4776,5 +4776,13 @@ "erc721": false, "symbol": "BBUSD", "decimals": 18 + }, + "0xd2ba23de8a19316a638dc1e7a9adda1d74233368": { + "name": "QuickSwap", + "logo": "QS.svg", + "erc20": true, + "erc721": false, + "symbol": "QUICK", + "decimals": 18 } } diff --git a/images/QS.svg b/images/QS.svg new file mode 100644 index 000000000..debeaf597 --- /dev/null +++ b/images/QS.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + From 01e80efb08e75b1d726a637bbceefef259f28016 Mon Sep 17 00:00:00 2001 From: salimtb Date: Tue, 25 Jun 2024 11:11:31 +0200 Subject: [PATCH 2/2] fix: convert address --- contract-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract-map.json b/contract-map.json index 45bc42caa..6d4f63776 100644 --- a/contract-map.json +++ b/contract-map.json @@ -4777,7 +4777,7 @@ "symbol": "BBUSD", "decimals": 18 }, - "0xd2ba23de8a19316a638dc1e7a9adda1d74233368": { + "0xd2bA23dE8a19316A638dc1e7a9ADdA1d74233368": { "name": "QuickSwap", "logo": "QS.svg", "erc20": true,