Skip to content

Commit 9c203c4

Browse files
authored
fix: use testnet for development (#253)
1 parent c0a67fe commit 9c203c4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apps/connect/.env.development

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VITE_HYPERGRAPH_SYNC_SERVER_ORIGIN="http://localhost:3030"
2-
# VITE_HYPERGRAPH_CHAIN="geo-testnet"
3-
# VITE_HYPERGRAPH_API_URL="https://hypergraph-v2-testnet.up.railway.app/graphql"
4-
# VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz"
5-
VITE_HYPERGRAPH_CHAIN="geogenesis"
6-
VITE_HYPERGRAPH_API_URL="https://hypergraph-v2.up.railway.app/graphql"
7-
VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz"
2+
VITE_HYPERGRAPH_CHAIN="geo-testnet"
3+
VITE_HYPERGRAPH_API_URL="https://hypergraph-v2-testnet.up.railway.app/graphql"
4+
VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz"
5+
# VITE_HYPERGRAPH_CHAIN="geogenesis"
6+
# VITE_HYPERGRAPH_API_URL="https://hypergraph-v2.up.railway.app/graphql"
7+
# VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz"

apps/events/src/Boot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function Boot() {
1919
storage={localStorage}
2020
syncServerUri="http://localhost:3030"
2121
mapping={mapping}
22-
chainId={80451}
22+
chainId={19411}
2323
>
2424
<RouterProvider router={router} />
2525
</HypergraphAppProvider>

apps/server/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DATABASE_URL="file:./dev.db"
22
PRIVY_APP_SECRET="TODO"
33
PRIVY_APP_ID="TODO"
4-
HYPERGRAPH_CHAIN="geogenesis"
4+
HYPERGRAPH_CHAIN="geo-testnet"

0 commit comments

Comments
 (0)