Skip to content

Commit

Permalink
fix testnet (#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven authored Jan 27, 2025
1 parent b45edd1 commit 0e9917c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/rooch-portal-v2/src/utils/env.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client';

export function isMainNetwork() {
return true;
if (typeof window !== 'undefined') {
return (
window.location.hostname === 'portal.rooch.network' ||
Expand Down

0 comments on commit 0e9917c

Please sign in to comment.