From 5786435ceedf5dbe226a0da78aaa0b6397cab0b3 Mon Sep 17 00:00:00 2001 From: Oren Date: Mon, 9 Sep 2024 10:23:03 +0300 Subject: [PATCH] Add Fireblocks --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a0b310f..ba04e4d 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: "Fireblocks", + url: "https://www.fireblocks.com", + }, ];