We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f97ef commit 383477bCopy full SHA for 383477b
1 file changed
packages/integration-test-env/src/orchestrator.ts
@@ -312,7 +312,7 @@ async function main() {
312
313
// Phase 3: Start ENSIndexer
314
const ENSINDEXER_URL = `http://localhost:${ENSINDEXER_PORT}`;
315
- const ENSINDEXER_SCHEMA_NAME = "ensindexer_0";
+ const ENSINDEXER_SCHEMA_NAME = "public";
316
317
log("Starting ENSIndexer...");
318
spawnService(
0 commit comments