Skip to content

Commit

Permalink
fix: infinite loading deployment data for undeployed braavos
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Sep 14, 2024
1 parent 3cf64b3 commit 7b1b087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/paymaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const usePaymaster = (
]);

const loadingDeploymentData =
connector?.id !== "argentMobile" && !isDeployed && !deploymentData;
connector?.id === "argentX" && !isDeployed && !deploymentData;

useEffect(() => {
if (
Expand Down

0 comments on commit 7b1b087

Please sign in to comment.