@@ -71,7 +71,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
71
71
title : "Solidity smart contract development" ,
72
72
description :
73
73
"Solidity Programming is your gateway to web3 development in Ethereum compatible ecosystems." ,
74
- hours : 3 ,
74
+ hours : 5 ,
75
75
imgSrc : cyfrinSolidityBanner ,
76
76
imgAlt :
77
77
"Cyfrin Updraft Solidity smart contract development course banner" ,
@@ -81,7 +81,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
81
81
title : "Foundry fundamentals" ,
82
82
description :
83
83
"Level up your Solidity development skills with Foundry and advanced web3 development concepts and tools." ,
84
- hours : 3 ,
84
+ hours : 10 ,
85
85
imgSrc : cyfrinFoundryFundamentalsBanner ,
86
86
imgAlt : "Cyfrin Updraft Foundry fundamentals course banner" ,
87
87
href : "https://updraft.cyfrin.io/courses/foundry" ,
@@ -90,7 +90,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
90
90
title : "Advanced foundry" ,
91
91
description :
92
92
"Master web3 development techniques with Advanced Foundry for Solidity smart contract development." ,
93
- hours : 3 ,
93
+ hours : 13 ,
94
94
imgSrc : cyfrinFoundryAdvancedBanner ,
95
95
imgAlt : "Cyfrin Updraft Advanced foundry course banner" ,
96
96
href : "https://updraft.cyfrin.io/courses/advanced-foundry" ,
@@ -99,7 +99,7 @@ export const getVideoCourses = async (): Promise<VideoCourse[]> => {
99
99
title : "Smart contract security" , // "Learn smart contract auditing, security, and DeFi",
100
100
description :
101
101
"Start your career as a smart contract security researcher! Learn smart contract auditing and the best practices." ,
102
- hours : 3 ,
102
+ hours : 24 ,
103
103
imgSrc : cyfrinSecurityBanner ,
104
104
imgAlt : "Cyfrin Updraft Blockchain basics course banner" ,
105
105
href : "https://updraft.cyfrin.io/courses/security" ,
0 commit comments