From 54e601c4f4ad640f7a36e3afbe01407103d73c84 Mon Sep 17 00:00:00 2001 From: Andreas Richter <708186+richtera@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:13:55 -0400 Subject: [PATCH] chore: Add Universal Profile into src/utils/contants.ts --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a0b310f..f6a5258 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -111,4 +111,8 @@ export const supportedWallets = [ name: "Loopring", url: "https://www.loopring.io", }, + { + name: "Universal Profile", + url: "https://universalprofile.cloud", + }, ];