We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af80ba commit 2ec9fc8Copy full SHA for 2ec9fc8
frontend/src/components/MigrationStatus.tsx
@@ -73,7 +73,7 @@ const LiveTimer: React.FC<{ lastUpdate: Date | null; chain: string; dotColor: st
73
};
74
75
// const ESTIMATED_TOTAL_ITEMS = 120000;
76
-const ESTIMATED_TOTAL_ITEMS = 848345; // Kusama
+const ESTIMATED_TOTAL_ITEMS = 858345; // Kusama
77
78
const MigrationStatus: React.FC = () => {
79
const [currentStage, setCurrentStage] = useState<MigrationStage | null>(null);
0 commit comments