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
"Do you want to upload the program verification to the Solana Blockchain? (y/n) ",
150
+
&format!("Do you want to upload these parameters for program verification to the Solana Blockchain?\nProgram ID: {}\nGit URL: {}\nCommit Hash: {}\nArgs: {:?}\n(y/n) ",
151
+
program_address,
152
+
git_url,
153
+
commit.as_ref().unwrap_or(&"None".to_string()),
154
+
args,
155
+
),
140
156
){
141
157
println!("Uploading the program verification params to the Solana blockchain...");
0 commit comments