Skip to content

Commit

Permalink
update domains for switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
allenchuang committed Feb 1, 2024
1 parent 1119f58 commit 5fd51df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Navbar/ChainSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}}
>
Expand Down

0 comments on commit 5fd51df

Please sign in to comment.