From 1c8afc1f390b80539c2aba008694048bd9590b97 Mon Sep 17 00:00:00 2001 From: CodeFace Date: Mon, 4 Mar 2024 22:14:51 +0800 Subject: [PATCH] add FoxWallet --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index de9bf55..11cdbf1 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -106,5 +106,9 @@ export const supportedWallets = [ { name: "Pockie Wallet", url: "https://www.pockie.io", + }, + { + name: "FoxWallet", + url: "https://foxwallet.com", } ];