Skip to content

Commit

Permalink
remove solaneyes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg authored May 23, 2024
1 parent 64fb1f6 commit a361dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub fn process_verify(args: VerifyArgs) -> Result<()> {
println!("\nVerification successful. You're good to go!");
} else {
println!(
"\nVerification successful. You're good to go!\n\nSee your candy machine at:\n -> https://www.solaneyes.com/address/{}?cluster={}",
"\nVerification successful. You're good to go!\n\nSee your candy machine at:\n -> https://www.explorer.solana.com/address/{}?cluster={}",
cache.program.candy_machine,
cluster
);
Expand Down

0 comments on commit a361dbd

Please sign in to comment.