We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008ed45 commit 341025eCopy full SHA for 341025e
frontend/src/components/MigrationStatus.tsx
@@ -76,7 +76,7 @@ const LiveTimer: React.FC<{ lastUpdate: Date | null; chain: string; dotColor: st
76
77
// Estimated total items to migrate (placeholder until we have actual Polkadot data)
78
// Kusama had 842,345 items, Polkadot likely has more
79
-const ESTIMATED_TOTAL_ITEMS = 1000000; // Polkadot (placeholder - update with actual count when available)
+const ESTIMATED_TOTAL_ITEMS = 2093931; // Polkadot (placeholder - update with actual count when available)
80
81
const MigrationStatus: React.FC = () => {
82
const [currentStage, setCurrentStage] = useState<MigrationStage | null>(null);
0 commit comments