Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/research-tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const researchTracksData: ResearchTrack[] = [
},
{
title: 'Formally Verified SNARKs in Lean',
url: 'https://github.com/Verified-zkEVM/ZKLib',
url: 'https://github.com/Verified-zkEVM/ArkLib',
type: 'code',
},
{
Expand All @@ -262,8 +262,8 @@ export const researchTracksData: ResearchTrack[] = [
type: 'code',
},
{
title: 'zkLib Lean blueprint',
url: 'https://verified-zkevm.github.io/ZKLib/blueprint/index.html',
title: 'ArkLib Lean blueprint',
url: 'https://verified-zkevm.github.io/ArkLib/blueprint/index.html',
type: 'website',
},
],
Expand Down
Loading