From cefde918d4e026a9d6f3d1bbfb700bd75ea30d62 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Wed, 29 May 2024 10:31:02 +0300 Subject: [PATCH] Fix explorer URL --- src/frontend/running.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/running.rs b/src/frontend/running.rs index 0fbcda16..9d1936e9 100644 --- a/src/frontend/running.rs +++ b/src/frontend/running.rs @@ -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-")