From 188a1b66e73aca05ebf7b916901ddd812404a589 Mon Sep 17 00:00:00 2001 From: Myron Rotter Date: Wed, 16 Oct 2024 15:08:57 +0200 Subject: [PATCH] fix: add router and fix img for dzap --- whitelist/protocols.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/whitelist/protocols.json b/whitelist/protocols.json index 237fa16..8930bd5 100644 --- a/whitelist/protocols.json +++ b/whitelist/protocols.json @@ -27,7 +27,7 @@ { "name": "DZap", "slug": "dzap", - "logo": "dzap.svg", + "logo": "dzap.png", "twitter": "@dzap_io", "contracts": [ "0xF708e11A7C94abdE8f6217B13e6fE39C8b9cC0a6" @@ -773,5 +773,14 @@ "0xbEbEbEb035351f58602E0C1C8B59ECBfF5d5f47b", "0xfE96910cF84318d1B8a5e2a6962774711467C0be" ] + }, + { + "name": "Router", + "slug": "router", + "twitter": "@routerprotocol", + "logo": "router.svg", + "contracts": [ + "0x7BD616192fB2B364f9d29B2026165281a5f2ff2F" + ] } ]