Skip to content

Commit 2ec9fc8

Browse files
committed
Increase storage entry values
1 parent 5af80ba commit 2ec9fc8

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
@@ -73,7 +73,7 @@ const LiveTimer: React.FC<{ lastUpdate: Date | null; chain: string; dotColor: st
7373
};
7474

7575
// const ESTIMATED_TOTAL_ITEMS = 120000;
76-
const ESTIMATED_TOTAL_ITEMS = 848345; // Kusama
76+
const ESTIMATED_TOTAL_ITEMS = 858345; // Kusama
7777

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

0 commit comments

Comments
 (0)