Skip to content

Commit 341025e

Browse files
authored
Add polkadot storage entries amount (#56)
1 parent 008ed45 commit 341025e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/MigrationStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const LiveTimer: React.FC<{ lastUpdate: Date | null; chain: string; dotColor: st
7676

7777
// Estimated total items to migrate (placeholder until we have actual Polkadot data)
7878
// Kusama had 842,345 items, Polkadot likely has more
79-
const ESTIMATED_TOTAL_ITEMS = 1000000; // Polkadot (placeholder - update with actual count when available)
79+
const ESTIMATED_TOTAL_ITEMS = 2093931; // Polkadot (placeholder - update with actual count when available)
8080

8181
const MigrationStatus: React.FC = () => {
8282
const [currentStage, setCurrentStage] = useState<MigrationStage | null>(null);

0 commit comments

Comments
 (0)