Skip to content

Commit

Permalink
Update multisig default life time
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 16, 2025
1 parent 18a7bae commit ac80f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const MultisigOrderFormView: FC<{
const isFullWidth = useIsFullWidthMode();
const { standalone } = useAppContext();
const shouldHideHeaderAndFooter = isFullWidth && isAnimationProcess;
const [lifetime, lifetimeTime] = useState<MultisigOrderLifetimeMinutes>('720');
const [lifetime, lifetimeTime] = useState<MultisigOrderLifetimeMinutes>('1440');
const { t } = useTranslation();

const handleSubmit = () => {
Expand Down

0 comments on commit ac80f05

Please sign in to comment.