Skip to content

Commit

Permalink
update videos ids
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 22, 2023
1 parent fe69623 commit d406987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workspaces/website/src/components/VideoPlayer/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ export const playlist: Chapter[] = [
title: "How Starknet scales Ethereum",
description: "Chapter 1 explains how Starknet works at a high level",
thumbnail: "/assets/video/chapter1.png",
videoId: "abd99c9696f1862f828c6e18136d75e5",
videoId: "2805da1fb7f9cd49888f680c26e386fd",
durationTime: "02:42",
},
{
id: "sequencer",
title: "The Starknet Sequencer",
description: "Chapter 2 explains about the Starknet Sequencer",
thumbnail: "/assets/video/chapter2.png",
videoId: "7ca4a89a8031a1737e4632ec498afb55",
videoId: "47d80010706a05bc4e4dae6cdd43b8be",
durationTime: "02:24",
},
{
id: "prover",
title: "The Starknet Prover",
description: "Chapter 3 explains how the Starknet Prover works",
thumbnail: "/assets/video/chapter3.png",
videoId: "b66a934468bf72606e60abd7d475acf3",
videoId: "a23465bbd7c3b27489a29abf4373a55d",
durationTime: "02:26",
},
{
id: "eth-settlement",
title: "Secure settlement on Ethereum",
description: "Chapter 4 explains how to secure settlement on Ethereum",
thumbnail: "/assets/video/chapter4.png",
videoId: "af654c93367a0d4eae7ea90252ac342e",
videoId: "69ba2bd9bdd2ba2970c0fbe3b75c3ec0",
durationTime: "03:28",
},
];
Expand Down

0 comments on commit d406987

Please sign in to comment.