We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78a369 commit cb51e24Copy full SHA for cb51e24
packages/hypergraph-react/src/HypergraphAppContext.tsx
@@ -237,7 +237,7 @@ const mockStorage = {
237
// (and store it in the sync server)
238
export function HypergraphAppProvider({
239
storage = typeof window !== 'undefined' ? localStorage : mockStorage,
240
- syncServerUri = 'https://syncserver.hypergraph.thegraph.com',
+ syncServerUri = 'https://hypergraph.fly.dev',
241
chainId = Connect.GEO_TESTNET.id,
242
children,
243
mapping,
0 commit comments