From 212e8c53cc6e9aa0ffe3793b927a972a1b8b5194 Mon Sep 17 00:00:00 2001 From: panosfilianos Date: Mon, 21 Oct 2024 18:47:05 +0300 Subject: [PATCH] chore: remove unused funcs from wallet context --- src/context/walletContext/walletContext.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/context/walletContext/walletContext.tsx b/src/context/walletContext/walletContext.tsx index 2f3af8674..202e2c1f6 100644 --- a/src/context/walletContext/walletContext.tsx +++ b/src/context/walletContext/walletContext.tsx @@ -126,25 +126,6 @@ export const WalletProvider = ({ children }: { children: ReactNode }) => { } - const fetchUser = async (): Promise => { - return null - } - - - const addAccount = async ({ - accountIdentifier, - accountType, - userId, - bridgeAccountId, - }: { - accountIdentifier: string - accountType: string - userId: string - bridgeAccountId?: string - }) => { - return - } - return (