From 03df584151ba96b1bd60b846a5ffdf7690a63d3e Mon Sep 17 00:00:00 2001 From: Vladan Date: Wed, 27 Mar 2024 14:09:14 +0100 Subject: [PATCH] fix: metamask context --- src/context/MetamaskContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/MetamaskContext.tsx b/src/context/MetamaskContext.tsx index 4c25cc38..865de9d9 100644 --- a/src/context/MetamaskContext.tsx +++ b/src/context/MetamaskContext.tsx @@ -88,7 +88,7 @@ export const MetamaskProvider: React.FC = ({ children }) => { const wallet = Wallet.fromMnemonic(mnemonic); - setFdpStorageType('native', network.config); + setFdpStorageType('native', network.ensConfig, network.datahubConfig); fdpClientRef.current.account.setAccountFromMnemonic(mnemonic); setIsLoggedIn(true); setLoginType('metamask');