Skip to content

Commit

Permalink
chore: remove unused funcs from wallet context
Browse files Browse the repository at this point in the history
  • Loading branch information
panosfilianos committed Oct 21, 2024
1 parent e060794 commit 212e8c5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/context/walletContext/walletContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,6 @@ export const WalletProvider = ({ children }: { children: ReactNode }) => {

}

const fetchUser = async (): Promise<interfaces.IUserProfile | null> => {
return null
}


const addAccount = async ({
accountIdentifier,
accountType,
userId,
bridgeAccountId,
}: {
accountIdentifier: string
accountType: string
userId: string
bridgeAccountId?: string
}) => {
return
}

return (
<WalletContext.Provider
value={{
Expand Down

0 comments on commit 212e8c5

Please sign in to comment.