We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2775796 commit 20d8909Copy full SHA for 20d8909
packages/core/src/sync/sync.ts
@@ -11,7 +11,7 @@ import { SyncInfo, BlockData } from './types';
11
12
const snapSyncStaleBlockNumber = 128;
13
const snapSyncTrustedStaleBlockNumber = 896;
14
-const snapSyncMinConfirmed = 0;
+const snapSyncMinConfirmed = 2;
15
const waitingSyncDelay = 200;
16
const randomPickInterval = 1000;
17
// about 1 week
0 commit comments