From 9cc78d0fec18449021114ccd27cb24b1c0acced2 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Tue, 12 Nov 2024 19:47:51 +0100 Subject: [PATCH] Update verified-builds.tsx --- app/utils/verified-builds.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/utils/verified-builds.tsx b/app/utils/verified-builds.tsx index 4a9a1b5a..6c46f7d2 100644 --- a/app/utils/verified-builds.tsx +++ b/app/utils/verified-builds.tsx @@ -12,7 +12,7 @@ const VERIFY_PROGRAM_ID = 'verifycLy8mB96wd9wqq3WDXQwM4oU6r42Th37Db9fC'; export enum VerificationStatus { Verified = 'Verified Build', - PdaUploaded = 'Pad uploaded', + PdaUploaded = 'Not verified Build', NotVerified = 'Not Verified', } @@ -106,8 +106,6 @@ export function useVerifiedProgramRegistry({ verifiedData.verify_command += ` --commit-hash ${pdaData.commit}`; } - console.log('PDA data', JSON.stringify(pdaData)); - // Add additional args if available, for example mount-path and --library-name if (pdaData.args && pdaData.args.length > 0) { const filteredArgs = [];