Skip to content

Commit cb51e24

Browse files
committed
update default sync server
1 parent d78a369 commit cb51e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hypergraph-react/src/HypergraphAppContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const mockStorage = {
237237
// (and store it in the sync server)
238238
export function HypergraphAppProvider({
239239
storage = typeof window !== 'undefined' ? localStorage : mockStorage,
240-
syncServerUri = 'https://syncserver.hypergraph.thegraph.com',
240+
syncServerUri = 'https://hypergraph.fly.dev',
241241
chainId = Connect.GEO_TESTNET.id,
242242
children,
243243
mapping,

0 commit comments

Comments
 (0)