From 5fd51dfbb8a57a14e11c0bfbe1653393ed7735d3 Mon Sep 17 00:00:00 2001 From: Allen Chuang Date: Thu, 1 Feb 2024 15:51:29 -0800 Subject: [PATCH] update domains for switcher --- components/Navbar/ChainSwitcher.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Navbar/ChainSwitcher.tsx b/components/Navbar/ChainSwitcher.tsx index 9f1d70a..0d06817 100644 --- a/components/Navbar/ChainSwitcher.tsx +++ b/components/Navbar/ChainSwitcher.tsx @@ -11,11 +11,11 @@ export default function ChainSwitcher() { defaultValue={`${process.env.NEXT_PUBLIC_PROTOCOL_VERSION}-${process.env.NEXT_PUBLIC_CHAIN}`} onValueChange={(value) => { if (value === 'alpha-mumbai') { - router.push('https://alpha.mumbai.explorer.storyprotocol.xyz'); + router.push('https://am-explorer.storyprotocol.xyz'); } else if (value === 'alpha-sepolia') { - router.push('https://explorer.storyprotocol.xyz'); + router.push('https://as-explorer.storyprotocol.xyz'); } else if (value === 'beta-sepolia') { - router.push('https://beta.explorer.storyprotocol.xyz'); + router.push('https://bs-explorer.storyprotocol.xyz'); } }} >