"The 'Latest Transfer' card currently links to subscan.io which lacks tfchain support #70

Closed
opened 2026-04-06 12:36:19 +00:00 by sameh-farouk · 1 comment
Member

fn subscan_tx_url(network: &str, tx_hash: &str) -> String {
let subdomain = match network {
"testnet" => "tfchain-testnet",
"devnet" => "tfchain-devnet",
_ => "tfchain",
};
format!("https://{subdomain}.subscan.io/extrinsic/{tx_hash}")
}

The 'Latest Transfer' card currently links to subscan.io, which lacks tfchain support and results in broken links. We need to update this to a compatible explorer. For now we can remove the broken link and just display the hash as copyable text.

https://forge.ourworld.tf/mycelium/www_migrate_mycelium/src/commit/49b4d75f670f7a5bc6abfd9c455ae56451474d5a/crates/frontend/src/components/transfer.rs#L41-L48 The 'Latest Transfer' card currently links to subscan.io, which lacks tfchain support and results in broken links. We need to update this to a compatible explorer. For now we can remove the broken link and just display the hash as copyable text.
Author
Member

PR ready #71
Now its Click-to-copy extrinsic hash with visual feedback instead of open in subscan.io

PR ready #71 Now its Click-to-copy extrinsic hash with visual feedback instead of open in subscan.io
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mycelium/www_migrate_mycelium#70
No description provided.