From 047158ee606fbc94ec19ce76e1f79e8bbf850e07 Mon Sep 17 00:00:00 2001 From: Arjun Rao <2940142+arjun-io@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:28:33 -0400 Subject: [PATCH] update codegen --- graph-codegen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph-codegen.ts b/graph-codegen.ts index ddd1352..0d00ae5 100644 --- a/graph-codegen.ts +++ b/graph-codegen.ts @@ -5,7 +5,7 @@ dotenvConfig({ path: './.env.local' }) // point to root of project for now const config: CodegenConfig = { // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - schema: [process.env.GRAPH_URL_ARBITRUM!, process.env.GRAPH_URL_ARBITRUM_SEPOLIA!], + schema: [process.env.GRAPH_URL_ARBITRUM!], documents: ['src/graphQueries/**/*.{ts,tsx}'], generates: { './src/types/gql/': {