Skip to content

Commit

Permalink
Merge pull request #205 from subspace/fix-explorer-url
Browse files Browse the repository at this point in the history
Fix explorer URL
  • Loading branch information
nazar-pc authored May 29, 2024
2 parents 3468cbf + cefde91 commit 2b4b8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/running.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl RunningView {
// TODO: Would be great to have `gemini-3h` in chain spec, but it is
// not available in there in clean form
reward_address_url: format!(
"https://explorer.subspace.network/#/{}/consensus/accounts/{}",
"https://explorer.subspace.network/{}/consensus/accounts/{}",
chain_info
.protocol_id
.strip_prefix("subspace-")
Expand Down

0 comments on commit 2b4b8a7

Please sign in to comment.