We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e5d30 commit b5632bdCopy full SHA for b5632bd
src/constants/numbers.ts
@@ -35,4 +35,4 @@ export const MIN_USDC_AMOUNT_FOR_AUTO_SWEEP = 0.05;
35
// Launch Market
36
export const DEFAULT_VAULT_DEPOSIT_FOR_LAUNCH = 10_000;
37
38
-export const ESTIMATED_BLOCK_TIME = isMainnet ? 900 : 1_100;
+export const ESTIMATED_BLOCK_TIME = isMainnet ? 700 : 900;
0 commit comments