Skip to content

Commit a140c95

Browse files
committed
use correct privy app id
1 parent e098ae6 commit a140c95

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

apps/connect/.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ VITE_HYPERGRAPH_SYNC_SERVER_ORIGIN="http://localhost:3030"
22
VITE_HYPERGRAPH_CHAIN="geo-testnet"
33
VITE_HYPERGRAPH_API_URL="https://hypergraph-v2-testnet.up.railway.app/graphql"
44
VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-test-zc16z3tcvf.t.conduit.xyz"
5+
VITE_PRIVY_APP_ID="cmbhnmo1x000bla0mxudtd8z9"
56
# VITE_HYPERGRAPH_CHAIN="geogenesis"
67
# VITE_HYPERGRAPH_API_URL="https://hypergraph-v2.up.railway.app/graphql"
78
# VITE_HYPERGRAPH_RPC_URL="https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz"

apps/connect/.env.production

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
VITE_HYPERGRAPH_SYNC_SERVER_ORIGIN="https://syncserver.hypergraph.thegraph.com"
2-
VITE_HYPERGRAPH_CHAIN="geogenesis"
3-
VITE_HYPERGRAPH_API_URL="https://hypergraph-v2.up.railway.app/graphql"
4-
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_PRIVY_APP_ID="cmcccikza007bjy0niawgutl0"

apps/connect/src/Boot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function Boot() {
4747
return (
4848
<QueryClientProvider client={queryClient}>
4949
<PrivyProvider
50-
appId="cmbhnmo1x000bla0mxudtd8z9"
50+
appId={import.meta.env.VITE_PRIVY_APP_ID}
5151
config={{
5252
loginMethods: ['email', 'google'],
5353
appearance: {

0 commit comments

Comments
 (0)