change atomic expiration to 4 days

This commit is contained in:
TheJuze
2024-06-18 16:26:16 +03:00
parent cfa389d2f5
commit de2219a4ba
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import { BigNumber } from 'bignumber.js';
import normalizeNumber from '../utils/normalizeNumber';
import { INTERNAL_PROTOCOL_PRECISION, LOCK_ORDER_TYPES } from '../constants';
const DEFAULT_EXPIRATION = 29 * 24 * 60 * 60 * 1000; // 29 days
const DEFAULT_EXPIRATION = 4 * 24 * 60 * 60 * 1000; // 4 days
export type SignLockOrderProps = {
senderAddress: string // user