"The 'Latest Transfer' card currently links to subscan.io which lacks tfchain support #70
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mycelium/www_migrate_mycelium#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
PR ready #71
Now its Click-to-copy extrinsic hash with visual feedback instead of open in subscan.io