Skip to content

Commit

Permalink
Make gasless approvals the default
Browse files Browse the repository at this point in the history
q1keonchain committed May 26, 2023
1 parent 7a4f4e4 commit 70f5309
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
@@ -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(

0 comments on commit 70f5309

Please sign in to comment.