Skip to content

Commit

Permalink
use solana.fm instead of solaneyes (#487)
Browse files Browse the repository at this point in the history
use solana.fm
  • Loading branch information
MarkSackerberg authored Sep 11, 2024
1 parent 21be6d3 commit 31867a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/verify/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ pub fn process_verify(args: VerifyArgs) -> Result<()> {
}

let cluster = match get_cluster(program.rpc())? {
Cluster::Devnet => "devnet",
Cluster::Mainnet => "mainnet",
Cluster::Devnet => "devnet-alpha",
Cluster::Mainnet => "mainnet-alpha",
Cluster::Localnet => "localnet",
Cluster::Unknown => "",
};
Expand All @@ -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.solana.fm/address/{}?cluster={}",
cache.program.candy_machine,
cluster
);
Expand Down

0 comments on commit 31867a6

Please sign in to comment.