Skip to content

Commit c8c5817

Browse files
committed
fix url
1 parent 9f0bdbd commit c8c5817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/connect/src/routes/authenticate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { usePublicSpaces } from '@/hooks/use-public-spaces';
1818
const CHAIN = import.meta.env.VITE_HYPERGRAPH_CHAIN === 'geogenesis' ? Connect.GEOGENESIS : Connect.GEO_TESTNET;
1919
const API_URL =
2020
import.meta.env.VITE_HYPERGRAPH_CHAIN === 'geogenesis'
21-
? `${Graph.MAINNET_API_ORIGIN}/v2/graphql`
21+
? `${Graph.TESTNET_API_ORIGIN}/v2/graphql` // TODO: switch to mainnet
2222
: `${Graph.TESTNET_API_ORIGIN}/v2/graphql`;
2323

2424
type AuthenticateSearch = {

0 commit comments

Comments
 (0)