From b6a957dcf5d4a484d1350bde29ecbbcac2c70ca8 Mon Sep 17 00:00:00 2001 From: calvin-bedrock <142883013+calvin-bedrock@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:44:17 +0800 Subject: [PATCH 1/2] Add uniBTC logo --- img/uniBTC.svg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 img/uniBTC.svg diff --git a/img/uniBTC.svg b/img/uniBTC.svg new file mode 100644 index 0000000..40cce86 --- /dev/null +++ b/img/uniBTC.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 4a27c7bdd6fcb0447eeedeb6152c88a57f4df8d9 Mon Sep 17 00:00:00 2001 From: calvin-bedrock <142883013+calvin-bedrock@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:46:54 +0800 Subject: [PATCH 2/2] Update protocols.json Add uniBTC to be whitelisted --- whitelist/protocols.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/whitelist/protocols.json b/whitelist/protocols.json index 49e3032..8fa2350 100644 --- a/whitelist/protocols.json +++ b/whitelist/protocols.json @@ -1065,5 +1065,14 @@ "contracts": [ "0x723F40720836a03f1F20441FbDa3D109fc99640F" ] + }, + { + "name": "Bedrock uniBTC", + "slug": "uniBTC", + "twitter": "@Bedrock_DeFi", + "logo": "uniBTC.svg", + "contracts": [ + "0x93919784c523f39cacaa98ee0a9d96c3f32b593e" + ] } ]