Skip to content

Commit 2f82404

Browse files
antonydenyerdan437
authored andcommitted
chore: reduce status check time to 1s
1 parent 1aeae3f commit 2f82404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/constants/smartTransactions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { isProduction } from '../modules/environment';
22
import { SECOND } from './time';
33
import { CHAIN_IDS } from './network';
44

5-
export const FALLBACK_SMART_TRANSACTIONS_REFRESH_TIME: number = SECOND * 10;
5+
export const FALLBACK_SMART_TRANSACTIONS_REFRESH_TIME: number = SECOND * 1;
66
export const FALLBACK_SMART_TRANSACTIONS_DEADLINE: number = 180;
77
export const FALLBACK_SMART_TRANSACTIONS_EXPECTED_DEADLINE = 45;
88
export const FALLBACK_SMART_TRANSACTIONS_MAX_DEADLINE = 150;

0 commit comments

Comments
 (0)