From 7b1b087377044f6e9b658a6be574922a820708bf Mon Sep 17 00:00:00 2001 From: nicolasito1411 <60229704+Marchand-Nicolas@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:15:51 +0200 Subject: [PATCH] fix: infinite loading deployment data for undeployed braavos --- hooks/paymaster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/paymaster.tsx b/hooks/paymaster.tsx index 6399cfc9..28f9a6a6 100644 --- a/hooks/paymaster.tsx +++ b/hooks/paymaster.tsx @@ -158,7 +158,7 @@ const usePaymaster = ( ]); const loadingDeploymentData = - connector?.id !== "argentMobile" && !isDeployed && !deploymentData; + connector?.id === "argentX" && !isDeployed && !deploymentData; useEffect(() => { if (