Skip to content

Commit 48c1332

Browse files
committed
chore: switch port back
1 parent 9662ef8 commit 48c1332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/galoy-instances.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const GALOY_INSTANCES: readonly GaloyInstance[] = [
8181
{
8282
id: "Local",
8383
name: "Local",
84-
graphqlUri: `http://${scriptHostname()}:5004/graphql`,
84+
graphqlUri: `http://${scriptHostname()}:4002/graphql`,
8585
graphqlWsUri: `ws://${scriptHostname()}:4002/graphqlws`,
8686
authUrl: `http://${scriptHostname()}:4002`,
8787
posUrl: `http://${scriptHostname()}:3000`,

0 commit comments

Comments
 (0)