From 00cb45dd293292fb764b1ccde980d64cded5a699 Mon Sep 17 00:00:00 2001 From: max-digi Date: Wed, 22 Apr 2026 00:10:34 +0100 Subject: [PATCH] fix: use /address/ instead of /account/ in explorer links Amp-Thread-ID: https://ampcode.com/threads/T-019db086-4b85-74eb-9f18-2d6ca4c35e1f Co-authored-by: Amp --- src/components/guides/Demo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/guides/Demo.tsx b/src/components/guides/Demo.tsx index ad8f8dcb..f057ae82 100644 --- a/src/components/guides/Demo.tsx +++ b/src/components/guides/Demo.tsx @@ -106,7 +106,7 @@ export function ExplorerAccountLink({ inline = false, }: { address: string; inline?: boolean }) { const { trackExternalLinkClick } = usePostHogTracking() - const url = `${getExplorerHost()}/account/${address}` + const url = `${getExplorerHost()}/address/${address}` return (