From e5d148dfd66693a43455d01f2dffac2c8711b698 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Tue, 24 Jun 2025 22:13:10 -0300 Subject: [PATCH] fix: use testnet for development --- apps/connect/.env.development | 12 ++++++------ apps/events/src/Boot.tsx | 2 +- apps/server/.env.example | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/connect/.env.development b/apps/connect/.env.development index df06992b..1a660658 100644 --- a/apps/connect/.env.development +++ b/apps/connect/.env.development @@ -1,7 +1,7 @@ VITE_HYPERGRAPH_SYNC_SERVER_ORIGIN="http://localhost:3030" -# VITE_HYPERGRAPH_CHAIN="geo-testnet" -# VITE_HYPERGRAPH_API_URL="https://hypergraph-v2-testnet.up.railway.app/graphql" -# VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz" -VITE_HYPERGRAPH_CHAIN="geogenesis" -VITE_HYPERGRAPH_API_URL="https://hypergraph-v2.up.railway.app/graphql" -VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz" +VITE_HYPERGRAPH_CHAIN="geo-testnet" +VITE_HYPERGRAPH_API_URL="https://hypergraph-v2-testnet.up.railway.app/graphql" +VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz" +# VITE_HYPERGRAPH_CHAIN="geogenesis" +# VITE_HYPERGRAPH_API_URL="https://hypergraph-v2.up.railway.app/graphql" +# VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz" diff --git a/apps/events/src/Boot.tsx b/apps/events/src/Boot.tsx index 37278af4..8c3229ba 100644 --- a/apps/events/src/Boot.tsx +++ b/apps/events/src/Boot.tsx @@ -19,7 +19,7 @@ export function Boot() { storage={localStorage} syncServerUri="http://localhost:3030" mapping={mapping} - chainId={80451} + chainId={19411} > diff --git a/apps/server/.env.example b/apps/server/.env.example index b7276318..0c0af8cf 100644 --- a/apps/server/.env.example +++ b/apps/server/.env.example @@ -1,4 +1,4 @@ DATABASE_URL="file:./dev.db" PRIVY_APP_SECRET="TODO" PRIVY_APP_ID="TODO" -HYPERGRAPH_CHAIN="geogenesis" +HYPERGRAPH_CHAIN="geo-testnet"