Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codegen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
schema: process.env.CODEGEN_SCHEMA_URL || 'http://localhost:4350/graphql',
schema: process.env.CODEGEN_SCHEMA_URL || 'http://localhost:4350/v1/graphql',
documents: ['src/**/*.{ts,tsx}'],
generates: {
'./src/__generated__/': {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"graphql": "^16.11.0",
"human-readable-checksum": "./package/human-readable-checksum-0.2.0.tgz",
"human-readable-checksum": "./package/human-readable-checksum-0.3.0.tgz",
"lucide-react": "^0.516.0",
"nuqs": "2.4.3",
"react": "19.1.1",
Expand Down
Binary file removed package/human-readable-checksum-0.2.0.tgz
Binary file not shown.
Binary file added package/human-readable-checksum-0.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/graphql-bench.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { runGraphqlBenchmarks } from '../src/lib/graphql-benchmark/run';

const defaultUrl = 'https://subsquid.quantus.com/blue/graphql';
const defaultUrl = 'https://sub2.quantus.com/v1/graphql';
const endpoint = process.env.GRAPHQL_BENCH_URL ?? defaultUrl;

async function main() {
Expand Down
329 changes: 169 additions & 160 deletions src/__generated__/gql.ts

Large diffs are not rendered by default.

17,525 changes: 8,409 additions & 9,116 deletions src/__generated__/graphql.ts

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/api/README.md

This file was deleted.

Loading
Loading