Skip to content

Commit b5632bd

Browse files
authored
fix: adjust estimate again (#1945)
1 parent 40e5d30 commit b5632bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/numbers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ export const MIN_USDC_AMOUNT_FOR_AUTO_SWEEP = 0.05;
3535
// Launch Market
3636
export const DEFAULT_VAULT_DEPOSIT_FOR_LAUNCH = 10_000;
3737

38-
export const ESTIMATED_BLOCK_TIME = isMainnet ? 900 : 1_100;
38+
export const ESTIMATED_BLOCK_TIME = isMainnet ? 700 : 900;

0 commit comments

Comments
 (0)