Skip to content

Commit

Permalink
Make gasless approvals the default
Browse files Browse the repository at this point in the history
  • Loading branch information
q1keonchain committed May 25, 2023
1 parent ef2f9bb commit 356d8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app/components/JoinModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const JoinModal = ({ onClose, isOpen }: { onClose: () => void; isOpen: bo
collateralToken,
depositToken,
} = useAgreementData();
const [usePermit2, setUsePermit2] = useState<boolean>(false);
const [usePermit2, setUsePermit2] = useState<boolean>(true);
const [signLoading, setSignLoading] = useState<boolean>(false);

const userResolver = useMemo(
Expand Down

0 comments on commit 356d8a8

Please sign in to comment.