We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0bdbd commit c8c5817Copy full SHA for c8c5817
1 file changed
apps/connect/src/routes/authenticate.tsx
@@ -18,7 +18,7 @@ import { usePublicSpaces } from '@/hooks/use-public-spaces';
18
const CHAIN = import.meta.env.VITE_HYPERGRAPH_CHAIN === 'geogenesis' ? Connect.GEOGENESIS : Connect.GEO_TESTNET;
19
const API_URL =
20
import.meta.env.VITE_HYPERGRAPH_CHAIN === 'geogenesis'
21
- ? `${Graph.MAINNET_API_ORIGIN}/v2/graphql`
+ ? `${Graph.TESTNET_API_ORIGIN}/v2/graphql` // TODO: switch to mainnet
22
: `${Graph.TESTNET_API_ORIGIN}/v2/graphql`;
23
24
type AuthenticateSearch = {
0 commit comments