Skip to content

Commit

Permalink
Update block explorer Starkscan => Voyager
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Oct 14, 2024
1 parent 1d394b4 commit d5a2f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/starkwhale-alert/src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ pub async fn get_formatted_text(emitted_event: EmittedEvent, token: &Token) -> S
};

let third_line = format!(
"https://starkscan.co/tx/{}",
// "https://starkscan.co/tx/{}",
"https://voyager.online/tx/{}",
emitted_event.transaction_hash.to_hex()
);
format!("{}\n{}\n{}", first_line, second_line, third_line)
Expand Down
Binary file modified starkwhale_alert
Binary file not shown.

0 comments on commit d5a2f50

Please sign in to comment.