Skip to content

Commit

Permalink
fix: metamask context
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Mar 27, 2024
1 parent 0872529 commit 03df584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/MetamaskContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 03df584

Please sign in to comment.