From dd2dfc5a1a5a8c109da595b5b15186c9aae8e673 Mon Sep 17 00:00:00 2001 From: Zak Angelle Date: Wed, 7 Jul 2021 12:24:25 -0500 Subject: [PATCH] fix: radicle protocol info --- protocols/radicle/index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/radicle/index.json b/protocols/radicle/index.json index c368a9b..9586795 100644 --- a/protocols/radicle/index.json +++ b/protocols/radicle/index.json @@ -6,9 +6,9 @@ "previousPaths": [], "folder": "radicle", "type": "compoundish", - "suffix": "", + "suffix": "RAD", "coinGeckoPriceString": "", - "tokenContractAddress": "0x31c8eacbffdd875c74b94b077895bd78cf1e64a3RAD", + "tokenContractAddress": "0x31c8eacbffdd875c74b94b077895bd78cf1e64a3", "isEnabled": true, "hasOnchain": false, "isHybrid": false, @@ -25,4 +25,4 @@ }, "safeAddress": null, "disableTreasuryNav": true -} \ No newline at end of file +}