Skip to content

Commit

Permalink
Update dependency array in EstablishEssentials to include addressPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Dec 19, 2024
1 parent b7f0048 commit a0773eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export function EstablishEssentials(props: ICreationStepProps) {
const chainId = getChainIdFromPrefix(addressPrefix);
switchChain({ chainId });
}
});
}, [chain.id, walletChainID, addressPrefix, switchChain]);

return (
<>
Expand Down

0 comments on commit a0773eb

Please sign in to comment.