From bdf67845e6d73d465c00ae2c3138028d9d7f87fa Mon Sep 17 00:00:00 2001 From: iGroza Date: Tue, 20 Feb 2024 19:30:24 +0700 Subject: [PATCH] chore: added haqq wallet --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a0b310f..37d8f38 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: "Haqq Wallet", + url: "https://haqq.network/wallet", + }, ];