We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c350e5 commit 96704a8Copy full SHA for 96704a8
app/utils/verified-builds.tsx
@@ -192,6 +192,7 @@ function useEnrichedOsecInfo({
192
verify_command: '',
193
};
194
enrichedOsecInfo.repo_url = pdaData.gitUrl;
195
+ enrichedOsecInfo.repo_url += pdaData.commit.length ? '/tree/' + pdaData.commit : '';
196
if (pdaData) {
197
// Create command from the args of the verified build PDA
198
enrichedOsecInfo.verify_command = coalesceCommandFromPda(programId, pdaData);
0 commit comments