You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to run the solana-verify command for my program, but I cannot get the upload to complete successfully. See below for the error I'm encountering:
> solana-verify verify-from-repo -ud --program-id <PROGRAM_ID> <GITHUB_URL> --library-name oft
...
Program hash matches ✅
Do you want to upload the program verification to the Solana Blockchain? (y/n) y
Uploading the program verification params to the Solana blockchain...
Error: No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered:
I've been trying to run the
solana-verify
command for my program, but I cannot get the upload to complete successfully. See below for the error I'm encountering:The text was updated successfully, but these errors were encountered: