├── .dockerignore ├── .eslintrc.js ├── .github ├── scripts │ ├── kubectl-wait-ready.sh │ ├── kustomize-apply.sh │ └── npx-wait-on │ │ ├── config.js │ │ └── run.sh └── workflows │ ├── ci-cd-production.yml │ ├── ci-cd-pull-request.yml │ ├── ci-cd-staging.yml │ ├── opengraph.yml │ └── website-integrity.yml ├── .gitignore ├── .k8s ├── base │ ├── deployment.yaml │ ├── kustomization.yaml │ └── service.yaml ├── production │ ├── auth.sh │ ├── deployment.yaml │ ├── ingress.yaml │ └── kustomization.yaml └── staging │ ├── auth.sh │ ├── ingress.yaml │ └── kustomization.yaml ├── .npmrc ├── .nvmrc ├── .prettierignore ├── .remarkrc.mjs ├── .terraform ├── .gitignore ├── README.md ├── config.tf ├── main.tf ├── module │ ├── config.tf │ └── service-accounts.tf └── versions.tf ├── CODEOWNERS ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── algolia-crawler.config.js ├── crowdin.yml ├── nginx.conf ├── package.json ├── packages ├── og-image │ ├── __tests__ │ │ ├── __image_snapshots__ │ │ │ ├── handler-test-ts-handler-no-title-1-snap.png │ │ │ ├── handler-test-ts-handler-should-align-title-and-have-container-padding-1-snap.png │ │ │ ├── handler-test-ts-handler-should-align-title-without-whitespaces-1-snap.png │ │ │ ├── handler-test-ts-handler-show-individual-languages-hi-1-snap.png │ │ │ ├── handler-test-ts-handler-show-individual-languages-ja-1-snap.png │ │ │ ├── handler-test-ts-handler-show-individual-languages-ko-1-snap.png │ │ │ ├── handler-test-ts-handler-show-individual-languages-ru-1-snap.png │ │ │ ├── handler-test-ts-handler-show-individual-languages-ua-1-snap.png │ │ │ └── handler-test-ts-handler-show-individual-languages-zh-1-snap.png │ │ ├── handler.test.ts │ │ └── vitest.d.ts │ ├── package.json │ ├── scripts │ │ └── copy-wasm.ts │ ├── setup-file.ts │ ├── src │ │ ├── handler.tsx │ │ ├── index.ts │ │ ├── types.d.ts │ │ └── utils.ts │ ├── tsconfig.json │ ├── vendor │ │ └── .gitkeep │ ├── vite.config.ts │ └── wrangler.toml └── remark-lint-restrict-elements │ ├── index.js │ └── package.json ├── pnpm-lock.yaml ├── pnpm-workspace.yaml ├── prettier.config.mjs ├── tsconfig.json ├── turbo.json └── website ├── .env ├── next-env.d.ts ├── next-sitemap.config.mjs ├── next.config.js ├── package.json ├── postcss.config.mjs ├── public └── img │ ├── 1_get-token.png │ ├── 1create-subgraph.png │ ├── 2_new_token.png │ ├── 3_paste_token.png │ ├── 4_confirm.png │ ├── 5_success.png │ ├── Add-GRT-New-Page.png │ ├── Api-keys-screenshot.png │ ├── CLI-Example.png │ ├── Curation-Overview.png │ ├── Curation-Stats.png │ ├── CurationStep1L2TransferTools.png │ ├── Delegation-Overview.png │ ├── Delegation-Reward-Formula.png │ ├── Delegation-Stats.png │ ├── Delegation-Unbonding.png │ ├── Delete-subgraph.png │ ├── Dicover_page_with_myDashboard_Highlight.jpeg │ ├── Epoch-Stats.png │ ├── Explorer-Signal-Unsignal.png │ ├── Indexer-Pane.png │ ├── Indexer-Stats.png │ ├── Indexing-Details-Pane.png │ ├── Indexing-Reward-Cut.png │ ├── L2-transfer-tool1.png │ ├── L2TransferToolsFinalCurationImage.png │ ├── My_dashboard_register_project_highlight.jpeg │ ├── Network-Stats.png │ ├── Network-roles@2x.png │ ├── New-Billing-Pane.png │ ├── Polymarket-endpoint.png │ ├── Polymarket-playground.png │ ├── Profile-Overview.png │ ├── Profile-Settings.png │ ├── QueryFee.png │ ├── Share-Forumla.png │ ├── Subgraph-Details.png │ ├── Subgraph-Slug.png │ ├── Subgraphs-Explorer-Landing.png │ ├── Subgraphs-Overview.png │ ├── Unarchive.png │ ├── Wallet-Details.png │ ├── api-image.png │ ├── api-key-client-side-rendering.png │ ├── api-key-server-side-rendering.png │ ├── arbiscan-contract.png │ ├── arbitrum-screenshot-toggle.png │ ├── autoExecuteTransferSignalL2.png │ ├── billing-flow.png │ ├── bonding-curve.png │ ├── claude-ENOENT.png │ ├── claude-preview-token-api.png │ ├── claude-server-disconnect.png │ ├── cli-ui.png │ ├── cline-error.png │ ├── cline-missing-variables.png │ ├── cline-preview-token-api.png │ ├── confirmTransferToL2.png │ ├── create-api-key.png │ ├── create-subgraph-screenshot.png │ ├── cryptopunks-screenshot-transfer.png │ ├── curate-own-subgraph-tx.png │ ├── cursor-error.png │ ├── cursor-preview-token-api.png │ ├── defining-a-subgraph.png │ ├── doc-subgraph-slug.png │ ├── explorer-curators.png │ ├── explorer-delegators.png │ ├── explorer-epochs.png │ ├── explorer-indexers.png │ ├── explorer-network.png │ ├── explorer-playground.png │ ├── explorer-search.png │ ├── explorer-signal.png │ ├── explorer-subgraph-details.png │ ├── explorer-subgraphs-page.png │ ├── explorer-subgraphs.png │ ├── extended-vs-base-substreams-blocks.png │ ├── firehose-logo.png │ ├── get-delegate.png │ ├── graph-dataflow.png │ ├── home-bg.svg │ ├── matchstick-tests-passed.png │ ├── page-background.png │ ├── price-per-share.png │ ├── project_name_on_regsiter_subgraph.jpeg │ ├── publish-sub-transfer.png │ ├── publishSubgraphL2TransferTools.png │ ├── query-button-screenshot.png │ ├── query-subgraph-pane.png │ ├── query-url-screenshot.png │ ├── rate-limit.png │ ├── register_network_subgraph.jpeg │ ├── register_subgraph.jpeg │ ├── restrictdomain.png │ ├── rocket-pool-subgraph.png │ ├── roles │ ├── curator.png │ ├── delegator.png │ ├── developer.png │ └── indexer.png │ ├── screenshotOfWaitScreenL2.png │ ├── sendSignalToL2Step2.png │ ├── sendingCurationToL2Step2First.png │ ├── sendingCurationToL2Step2Second.png │ ├── seo │ └── benefits.jpg │ ├── signal-from-explorer.png │ ├── startTransferL2.png │ ├── studio-publish-modal.png │ ├── subgraph-chart.png │ ├── subgraph-description-page.png │ ├── subgraph-id-vs-deployment-id.png │ ├── subgraph-lifecycle.png │ ├── subgraph-lockdown.png │ ├── subgraph-logs-image.png │ ├── subgraph-ownership-transfer-1.png │ ├── subgraph-ownership-transfer-2.png │ ├── subgraph-ownership-transfer-nft-marketplace.png │ ├── subgraph-studio-deploy-key.jpg │ ├── substreams-logo.png │ ├── token-api-quickstart-banner.jpg │ ├── total-burned-grt.jpeg │ ├── transferSignalL2TransferTools.png │ ├── transferToL2.png │ ├── undelegate-button.png │ ├── updated-tokenomics-image.png │ ├── video-howToIndexSolana.jpg │ ├── video-theGraphExplained.jpg │ ├── video-whatIsDelegating.jpg │ ├── waitForSubgraphToPublishL2TransferTools.png │ └── withdraw-available.png ├── route-lockfile.txt ├── scripts ├── fetch-api-reference.ts ├── fetch-remote-docs.ts ├── fix-pages-structure.ts ├── move-pages.ts └── sitemap-ci.js ├── src ├── HomePage.tsx ├── PageNotFound.tsx ├── app.css ├── components │ ├── Callout.tsx │ ├── Card.tsx │ ├── CodeBlock.tsx │ ├── DocSearch.tsx │ ├── Heading.tsx │ ├── Image.tsx │ ├── Navigation.tsx │ ├── Table.tsx │ ├── TimeIcon.tsx │ ├── VideoEmbed.tsx │ └── index.ts ├── contracts.tsx ├── i18n.ts ├── layout │ ├── Layout.tsx │ ├── MDXContent.tsx │ ├── Template.tsx │ ├── index.ts │ ├── shared.ts │ └── templates │ │ ├── default │ │ ├── aside.tsx │ │ ├── content.tsx │ │ ├── index.ts │ │ └── main.tsx │ │ └── openApi │ │ ├── OpenApiContext.tsx │ │ ├── aside.tsx │ │ ├── content.tsx │ │ ├── index.ts │ │ └── main.tsx ├── mdxPlugins │ ├── rehypeUnwrapImages.ts │ ├── remarkCallouts.ts │ └── remarkTransformRemoteDocs.ts ├── openApi │ ├── index.ts │ └── tokenApi.json ├── pages │ ├── [locale] │ │ ├── [...404].mdx │ │ ├── index.mdx │ │ └── supported-networks │ │ │ └── [id].mdx │ ├── _app.tsx │ ├── _document.tsx │ ├── ar │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── cs │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── de │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── en │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── es │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── fr │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── hi │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── it │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── ja │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── ko │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── mr │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── nl │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── pl │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── pt │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── ro │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── ru │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── sv │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── tr │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── uk │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── ur │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ ├── vi │ │ ├── about.mdx │ │ ├── ai-suite │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── ai-introduction.mdx │ │ │ ├── subgraph-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ │ └── token-api-mcp │ │ │ │ ├── _meta.js │ │ │ │ ├── claude.mdx │ │ │ │ ├── cline.mdx │ │ │ │ ├── cursor.mdx │ │ │ │ └── introduction.mdx │ │ ├── archived │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── arbitrum │ │ │ │ ├── _meta.js │ │ │ │ ├── arbitrum-faq.mdx │ │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ │ └── l2-transfer-tools-guide.mdx │ │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ │ ├── _meta.js │ │ │ ├── migration-guide.mdx │ │ │ ├── overview.mdx │ │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ │ ├── _meta.js │ │ │ ├── faq.mdx │ │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── chain-integration-overview.mdx │ │ │ ├── new-chain-integration.mdx │ │ │ ├── overview.mdx │ │ │ ├── supported-network-requirements.mdx │ │ │ ├── tap.mdx │ │ │ └── tooling │ │ │ │ ├── _meta.js │ │ │ │ ├── firehose.mdx │ │ │ │ ├── graph-node.mdx │ │ │ │ └── graphcast.mdx │ │ ├── resources │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── benefits.mdx │ │ │ ├── glossary.mdx │ │ │ ├── migration-guides │ │ │ │ ├── _meta.js │ │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ │ └── migrate-from-alchemy.mdx │ │ │ ├── roles │ │ │ │ ├── _meta.js │ │ │ │ ├── curating.mdx │ │ │ │ └── delegating │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── delegating.mdx │ │ │ │ │ └── undelegating.mdx │ │ │ ├── subgraph-studio-faq.mdx │ │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices │ │ │ │ ├── _meta.js │ │ │ │ ├── avoid-eth-calls.mdx │ │ │ │ ├── derivedfrom.mdx │ │ │ │ ├── grafting-hotfix.mdx │ │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ │ ├── pruning.mdx │ │ │ │ └── timeseries.mdx │ │ │ ├── billing.mdx │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── creating │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── advanced.mdx │ │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ │ ├── graph-ts │ │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ │ ├── _meta.js │ │ │ │ │ │ ├── api.mdx │ │ │ │ │ │ └── common-issues.mdx │ │ │ │ │ ├── install-the-cli.mdx │ │ │ │ │ ├── ql-schema.mdx │ │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ │ └── unit-testing-framework.mdx │ │ │ │ ├── deploying │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── multiple-networks.mdx │ │ │ │ │ └── using-subgraph-studio.mdx │ │ │ │ ├── developer-faq.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ │ ├── publishing │ │ │ │ │ ├── _meta.js │ │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ │ └── subgraphs.mdx │ │ │ ├── explorer.mdx │ │ │ ├── fair-use-policy.mdx │ │ │ ├── guides │ │ │ │ ├── _meta.js │ │ │ │ ├── contract-analyzer.mdx │ │ │ │ ├── enums.mdx │ │ │ │ ├── grafting.mdx │ │ │ │ ├── near.mdx │ │ │ │ ├── polymarket.mdx │ │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ │ ├── subgraph-composition.mdx │ │ │ │ ├── subgraph-debug-forking.mdx │ │ │ │ ├── subgraph-uncrashable.mdx │ │ │ │ └── transfer-to-the-graph.mdx │ │ │ ├── querying │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── best-practices.mdx │ │ │ │ ├── distributed-systems.mdx │ │ │ │ ├── from-an-application.mdx │ │ │ │ ├── graph-client │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── architecture.md │ │ │ │ │ └── live.md │ │ │ │ ├── graphql-api.mdx │ │ │ │ ├── introduction.mdx │ │ │ │ ├── managing-api-keys.mdx │ │ │ │ ├── python.mdx │ │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ │ ├── quick-start.mdx │ │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── developing │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── dev-container.mdx │ │ │ │ ├── sinks.mdx │ │ │ │ └── solana │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── account-changes.mdx │ │ │ │ │ └── transactions.mdx │ │ │ ├── introduction.mdx │ │ │ ├── publishing.mdx │ │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── endpoint-pricing.mdx │ │ │ ├── evm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── evm-nfts │ │ │ │ ├── _meta.js │ │ │ │ ├── collections.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── items.mdx │ │ │ │ ├── ownerships.mdx │ │ │ │ ├── sales.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── evm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-historical.mdx │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── faq.mdx │ │ │ ├── guides │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── gpt.mdx │ │ │ │ └── upgrade-to-v1.mdx │ │ │ ├── monitoring │ │ │ │ ├── _meta.js │ │ │ │ ├── health.mdx │ │ │ │ ├── networks.mdx │ │ │ │ └── version.mdx │ │ │ ├── quick-start.mdx │ │ │ ├── svm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ ├── pools.mdx │ │ │ │ └── swaps.mdx │ │ │ ├── svm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── balances-native.mdx │ │ │ │ ├── balances.mdx │ │ │ │ ├── holders.mdx │ │ │ │ ├── owner.mdx │ │ │ │ ├── tokens.mdx │ │ │ │ └── transfers.mdx │ │ │ ├── tvm-dexs │ │ │ │ ├── _meta.js │ │ │ │ ├── dexes.mdx │ │ │ │ ├── pools-ohlc.mdx │ │ │ │ └── swaps.mdx │ │ │ └── tvm-tokens │ │ │ │ ├── _meta.js │ │ │ │ ├── tokens.mdx │ │ │ │ ├── transfers-native.mdx │ │ │ │ └── transfers.mdx │ │ └── translations.ts │ └── zh │ │ ├── about.mdx │ │ ├── ai-suite │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── ai-introduction.mdx │ │ ├── subgraph-mcp │ │ │ ├── _meta.js │ │ │ ├── claude.mdx │ │ │ ├── cline.mdx │ │ │ ├── cursor.mdx │ │ │ └── introduction.mdx │ │ └── token-api-mcp │ │ │ ├── _meta.js │ │ │ ├── claude.mdx │ │ │ ├── cline.mdx │ │ │ ├── cursor.mdx │ │ │ └── introduction.mdx │ │ ├── archived │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── arbitrum │ │ │ ├── _meta.js │ │ │ ├── arbitrum-faq.mdx │ │ │ ├── l2-transfer-tools-faq.mdx │ │ │ └── l2-transfer-tools-guide.mdx │ │ └── sunrise.mdx │ │ ├── contracts.json │ │ ├── contracts.mdx │ │ ├── docsearch.json │ │ ├── global.json │ │ ├── graph-horizon │ │ ├── _meta.js │ │ ├── migration-guide.mdx │ │ ├── overview.mdx │ │ └── what-changes.mdx │ │ ├── hypergraph │ │ ├── _meta.js │ │ ├── faq.mdx │ │ └── overview.mdx │ │ ├── index.json │ │ ├── indexing │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── chain-integration-overview.mdx │ │ ├── new-chain-integration.mdx │ │ ├── overview.mdx │ │ ├── supported-network-requirements.mdx │ │ ├── tap.mdx │ │ └── tooling │ │ │ ├── _meta.js │ │ │ ├── firehose.mdx │ │ │ ├── graph-node.mdx │ │ │ └── graphcast.mdx │ │ ├── resources │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── benefits.mdx │ │ ├── glossary.mdx │ │ ├── migration-guides │ │ │ ├── _meta.js │ │ │ ├── assemblyscript-migration-guide.mdx │ │ │ ├── graphql-validations-migration-guide.mdx │ │ │ └── migrate-from-alchemy.mdx │ │ ├── roles │ │ │ ├── _meta.js │ │ │ ├── curating.mdx │ │ │ └── delegating │ │ │ │ ├── _meta.js │ │ │ │ ├── delegating.mdx │ │ │ │ └── undelegating.mdx │ │ ├── subgraph-studio-faq.mdx │ │ └── tokenomics.mdx │ │ ├── subgraphs │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── best-practices │ │ │ ├── _meta.js │ │ │ ├── avoid-eth-calls.mdx │ │ │ ├── derivedfrom.mdx │ │ │ ├── grafting-hotfix.mdx │ │ │ ├── immutable-entities-bytes-as-ids.mdx │ │ │ ├── pruning.mdx │ │ │ └── timeseries.mdx │ │ ├── billing.mdx │ │ ├── developing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── creating │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── advanced.mdx │ │ │ │ ├── assemblyscript-mappings.mdx │ │ │ │ ├── graph-node-dev.mdx │ │ │ │ ├── graph-ts │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ ├── README.md │ │ │ │ │ ├── _meta-titles.json │ │ │ │ │ ├── _meta.js │ │ │ │ │ ├── api.mdx │ │ │ │ │ └── common-issues.mdx │ │ │ │ ├── install-the-cli.mdx │ │ │ │ ├── ql-schema.mdx │ │ │ │ ├── starting-your-subgraph.mdx │ │ │ │ ├── subgraph-manifest.mdx │ │ │ │ └── unit-testing-framework.mdx │ │ │ ├── deploying │ │ │ │ ├── _meta.js │ │ │ │ ├── multiple-networks.mdx │ │ │ │ └── using-subgraph-studio.mdx │ │ │ ├── developer-faq.mdx │ │ │ ├── introduction.mdx │ │ │ ├── managing │ │ │ │ ├── _meta.js │ │ │ │ ├── deleting-a-subgraph.mdx │ │ │ │ └── transferring-a-subgraph.mdx │ │ │ ├── publishing │ │ │ │ ├── _meta.js │ │ │ │ └── publishing-a-subgraph.mdx │ │ │ └── subgraphs.mdx │ │ ├── explorer.mdx │ │ ├── fair-use-policy.mdx │ │ ├── guides │ │ │ ├── _meta.js │ │ │ ├── contract-analyzer.mdx │ │ │ ├── enums.mdx │ │ │ ├── grafting.mdx │ │ │ ├── near.mdx │ │ │ ├── polymarket.mdx │ │ │ ├── secure-api-keys-nextjs.mdx │ │ │ ├── subgraph-composition.mdx │ │ │ ├── subgraph-debug-forking.mdx │ │ │ ├── subgraph-uncrashable.mdx │ │ │ └── transfer-to-the-graph.mdx │ │ ├── querying │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── best-practices.mdx │ │ │ ├── distributed-systems.mdx │ │ │ ├── from-an-application.mdx │ │ │ ├── graph-client │ │ │ │ ├── README.md │ │ │ │ ├── _meta-titles.json │ │ │ │ ├── _meta.js │ │ │ │ ├── architecture.md │ │ │ │ └── live.md │ │ │ ├── graphql-api.mdx │ │ │ ├── introduction.mdx │ │ │ ├── managing-api-keys.mdx │ │ │ ├── python.mdx │ │ │ └── subgraph-id-vs-deployment-id.mdx │ │ ├── quick-start.mdx │ │ └── upgrade-indexer.mdx │ │ ├── substreams │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── developing │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── dev-container.mdx │ │ │ ├── sinks.mdx │ │ │ └── solana │ │ │ │ ├── _meta.js │ │ │ │ ├── account-changes.mdx │ │ │ │ └── transactions.mdx │ │ ├── introduction.mdx │ │ ├── publishing.mdx │ │ └── quick-start.mdx │ │ ├── supported-networks.mdx │ │ ├── token-api │ │ ├── _meta-titles.json │ │ ├── _meta.js │ │ ├── endpoint-pricing.mdx │ │ ├── evm-dexs │ │ │ ├── _meta.js │ │ │ ├── dexes.mdx │ │ │ ├── pools-ohlc.mdx │ │ │ ├── pools.mdx │ │ │ └── swaps.mdx │ │ ├── evm-nfts │ │ │ ├── _meta.js │ │ │ ├── collections.mdx │ │ │ ├── holders.mdx │ │ │ ├── items.mdx │ │ │ ├── ownerships.mdx │ │ │ ├── sales.mdx │ │ │ └── transfers.mdx │ │ ├── evm-tokens │ │ │ ├── _meta.js │ │ │ ├── balances-historical.mdx │ │ │ ├── balances-native.mdx │ │ │ ├── balances.mdx │ │ │ ├── holders.mdx │ │ │ ├── tokens.mdx │ │ │ └── transfers.mdx │ │ ├── faq.mdx │ │ ├── guides │ │ │ ├── _meta-titles.json │ │ │ ├── _meta.js │ │ │ ├── gpt.mdx │ │ │ └── upgrade-to-v1.mdx │ │ ├── monitoring │ │ │ ├── _meta.js │ │ │ ├── health.mdx │ │ │ ├── networks.mdx │ │ │ └── version.mdx │ │ ├── quick-start.mdx │ │ ├── svm-dexs │ │ │ ├── _meta.js │ │ │ ├── dexes.mdx │ │ │ ├── pools-ohlc.mdx │ │ │ ├── pools.mdx │ │ │ └── swaps.mdx │ │ ├── svm-tokens │ │ │ ├── _meta.js │ │ │ ├── balances-native.mdx │ │ │ ├── balances.mdx │ │ │ ├── holders.mdx │ │ │ ├── owner.mdx │ │ │ ├── tokens.mdx │ │ │ └── transfers.mdx │ │ ├── tvm-dexs │ │ │ ├── _meta.js │ │ │ ├── dexes.mdx │ │ │ ├── pools-ohlc.mdx │ │ │ └── swaps.mdx │ │ └── tvm-tokens │ │ │ ├── _meta.js │ │ │ ├── tokens.mdx │ │ │ ├── transfers-native.mdx │ │ │ └── transfers.mdx │ │ └── translations.ts ├── remoteDocs │ └── index.ts └── supportedNetworks │ ├── NetworkDetailsPage.tsx │ ├── NetworksTable.tsx │ ├── ResourceCards.tsx │ ├── index.ts │ └── utils.ts ├── tailwind.config.mjs └── tsconfig.json /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.dockerignore -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.github/scripts/kubectl-wait-ready.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/scripts/kubectl-wait-ready.sh -------------------------------------------------------------------------------- /.github/scripts/kustomize-apply.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/scripts/kustomize-apply.sh -------------------------------------------------------------------------------- /.github/scripts/npx-wait-on/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/scripts/npx-wait-on/config.js -------------------------------------------------------------------------------- /.github/scripts/npx-wait-on/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/scripts/npx-wait-on/run.sh -------------------------------------------------------------------------------- /.github/workflows/ci-cd-production.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/workflows/ci-cd-production.yml -------------------------------------------------------------------------------- /.github/workflows/ci-cd-pull-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/workflows/ci-cd-pull-request.yml -------------------------------------------------------------------------------- /.github/workflows/ci-cd-staging.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/workflows/ci-cd-staging.yml -------------------------------------------------------------------------------- /.github/workflows/opengraph.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/workflows/opengraph.yml -------------------------------------------------------------------------------- /.github/workflows/website-integrity.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.github/workflows/website-integrity.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.k8s/base/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/base/deployment.yaml -------------------------------------------------------------------------------- /.k8s/base/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/base/kustomization.yaml -------------------------------------------------------------------------------- /.k8s/base/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/base/service.yaml -------------------------------------------------------------------------------- /.k8s/production/auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/production/auth.sh -------------------------------------------------------------------------------- /.k8s/production/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/production/deployment.yaml -------------------------------------------------------------------------------- /.k8s/production/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/production/ingress.yaml -------------------------------------------------------------------------------- /.k8s/production/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/production/kustomization.yaml -------------------------------------------------------------------------------- /.k8s/staging/auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/staging/auth.sh -------------------------------------------------------------------------------- /.k8s/staging/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/staging/ingress.yaml -------------------------------------------------------------------------------- /.k8s/staging/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.k8s/staging/kustomization.yaml -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.npmrc -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | 22 2 | -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.prettierignore -------------------------------------------------------------------------------- /.remarkrc.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.remarkrc.mjs -------------------------------------------------------------------------------- /.terraform/.gitignore: -------------------------------------------------------------------------------- 1 | .terraform* 2 | -------------------------------------------------------------------------------- /.terraform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.terraform/README.md -------------------------------------------------------------------------------- /.terraform/config.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.terraform/config.tf -------------------------------------------------------------------------------- /.terraform/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.terraform/main.tf -------------------------------------------------------------------------------- /.terraform/module/config.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.terraform/module/config.tf -------------------------------------------------------------------------------- /.terraform/module/service-accounts.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/.terraform/module/service-accounts.tf -------------------------------------------------------------------------------- /.terraform/versions.tf: -------------------------------------------------------------------------------- 1 | terraform { 2 | required_version = "1.4.6" 3 | } 4 | -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @graphprotocol/docs-reviewers 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE-APACHE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/LICENSE-APACHE -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/LICENSE-MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/README.md -------------------------------------------------------------------------------- /algolia-crawler.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/algolia-crawler.config.js -------------------------------------------------------------------------------- /crowdin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/crowdin.yml -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/nginx.conf -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/package.json -------------------------------------------------------------------------------- /packages/og-image/__tests__/handler.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/__tests__/handler.test.ts -------------------------------------------------------------------------------- /packages/og-image/__tests__/vitest.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/__tests__/vitest.d.ts -------------------------------------------------------------------------------- /packages/og-image/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/package.json -------------------------------------------------------------------------------- /packages/og-image/scripts/copy-wasm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/scripts/copy-wasm.ts -------------------------------------------------------------------------------- /packages/og-image/setup-file.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/setup-file.ts -------------------------------------------------------------------------------- /packages/og-image/src/handler.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/src/handler.tsx -------------------------------------------------------------------------------- /packages/og-image/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/src/index.ts -------------------------------------------------------------------------------- /packages/og-image/src/types.d.ts: -------------------------------------------------------------------------------- 1 | declare module '*.wasm' { 2 | export default ArrayBuffer 3 | } 4 | -------------------------------------------------------------------------------- /packages/og-image/src/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/src/utils.ts -------------------------------------------------------------------------------- /packages/og-image/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/tsconfig.json -------------------------------------------------------------------------------- /packages/og-image/vendor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/og-image/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/vite.config.ts -------------------------------------------------------------------------------- /packages/og-image/wrangler.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/packages/og-image/wrangler.toml -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /pnpm-workspace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/pnpm-workspace.yaml -------------------------------------------------------------------------------- /prettier.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/prettier.config.mjs -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/tsconfig.json -------------------------------------------------------------------------------- /turbo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/turbo.json -------------------------------------------------------------------------------- /website/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/.env -------------------------------------------------------------------------------- /website/next-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/next-env.d.ts -------------------------------------------------------------------------------- /website/next-sitemap.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/next-sitemap.config.mjs -------------------------------------------------------------------------------- /website/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/next.config.js -------------------------------------------------------------------------------- /website/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/package.json -------------------------------------------------------------------------------- /website/postcss.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/postcss.config.mjs -------------------------------------------------------------------------------- /website/public/img/1_get-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/1_get-token.png -------------------------------------------------------------------------------- /website/public/img/1create-subgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/1create-subgraph.png -------------------------------------------------------------------------------- /website/public/img/2_new_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/2_new_token.png -------------------------------------------------------------------------------- /website/public/img/3_paste_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/3_paste_token.png -------------------------------------------------------------------------------- /website/public/img/4_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/4_confirm.png -------------------------------------------------------------------------------- /website/public/img/5_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/5_success.png -------------------------------------------------------------------------------- /website/public/img/Add-GRT-New-Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Add-GRT-New-Page.png -------------------------------------------------------------------------------- /website/public/img/Api-keys-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Api-keys-screenshot.png -------------------------------------------------------------------------------- /website/public/img/CLI-Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/CLI-Example.png -------------------------------------------------------------------------------- /website/public/img/Curation-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Curation-Overview.png -------------------------------------------------------------------------------- /website/public/img/Curation-Stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Curation-Stats.png -------------------------------------------------------------------------------- /website/public/img/Delegation-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Delegation-Overview.png -------------------------------------------------------------------------------- /website/public/img/Delegation-Stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Delegation-Stats.png -------------------------------------------------------------------------------- /website/public/img/Delegation-Unbonding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Delegation-Unbonding.png -------------------------------------------------------------------------------- /website/public/img/Delete-subgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Delete-subgraph.png -------------------------------------------------------------------------------- /website/public/img/Epoch-Stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Epoch-Stats.png -------------------------------------------------------------------------------- /website/public/img/Indexer-Pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Indexer-Pane.png -------------------------------------------------------------------------------- /website/public/img/Indexer-Stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Indexer-Stats.png -------------------------------------------------------------------------------- /website/public/img/Indexing-Details-Pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Indexing-Details-Pane.png -------------------------------------------------------------------------------- /website/public/img/Indexing-Reward-Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Indexing-Reward-Cut.png -------------------------------------------------------------------------------- /website/public/img/L2-transfer-tool1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/L2-transfer-tool1.png -------------------------------------------------------------------------------- /website/public/img/Network-Stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Network-Stats.png -------------------------------------------------------------------------------- /website/public/img/Network-roles@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Network-roles@2x.png -------------------------------------------------------------------------------- /website/public/img/New-Billing-Pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/New-Billing-Pane.png -------------------------------------------------------------------------------- /website/public/img/Polymarket-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Polymarket-endpoint.png -------------------------------------------------------------------------------- /website/public/img/Polymarket-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Polymarket-playground.png -------------------------------------------------------------------------------- /website/public/img/Profile-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Profile-Overview.png -------------------------------------------------------------------------------- /website/public/img/Profile-Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Profile-Settings.png -------------------------------------------------------------------------------- /website/public/img/QueryFee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/QueryFee.png -------------------------------------------------------------------------------- /website/public/img/Share-Forumla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Share-Forumla.png -------------------------------------------------------------------------------- /website/public/img/Subgraph-Details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Subgraph-Details.png -------------------------------------------------------------------------------- /website/public/img/Subgraph-Slug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Subgraph-Slug.png -------------------------------------------------------------------------------- /website/public/img/Subgraphs-Overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Subgraphs-Overview.png -------------------------------------------------------------------------------- /website/public/img/Unarchive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Unarchive.png -------------------------------------------------------------------------------- /website/public/img/Wallet-Details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/Wallet-Details.png -------------------------------------------------------------------------------- /website/public/img/api-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/api-image.png -------------------------------------------------------------------------------- /website/public/img/arbiscan-contract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/arbiscan-contract.png -------------------------------------------------------------------------------- /website/public/img/billing-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/billing-flow.png -------------------------------------------------------------------------------- /website/public/img/bonding-curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/bonding-curve.png -------------------------------------------------------------------------------- /website/public/img/claude-ENOENT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/claude-ENOENT.png -------------------------------------------------------------------------------- /website/public/img/cli-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/cli-ui.png -------------------------------------------------------------------------------- /website/public/img/cline-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/cline-error.png -------------------------------------------------------------------------------- /website/public/img/confirmTransferToL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/confirmTransferToL2.png -------------------------------------------------------------------------------- /website/public/img/create-api-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/create-api-key.png -------------------------------------------------------------------------------- /website/public/img/cursor-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/cursor-error.png -------------------------------------------------------------------------------- /website/public/img/defining-a-subgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/defining-a-subgraph.png -------------------------------------------------------------------------------- /website/public/img/doc-subgraph-slug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/doc-subgraph-slug.png -------------------------------------------------------------------------------- /website/public/img/explorer-curators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-curators.png -------------------------------------------------------------------------------- /website/public/img/explorer-delegators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-delegators.png -------------------------------------------------------------------------------- /website/public/img/explorer-epochs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-epochs.png -------------------------------------------------------------------------------- /website/public/img/explorer-indexers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-indexers.png -------------------------------------------------------------------------------- /website/public/img/explorer-network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-network.png -------------------------------------------------------------------------------- /website/public/img/explorer-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-playground.png -------------------------------------------------------------------------------- /website/public/img/explorer-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-search.png -------------------------------------------------------------------------------- /website/public/img/explorer-signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-signal.png -------------------------------------------------------------------------------- /website/public/img/explorer-subgraphs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/explorer-subgraphs.png -------------------------------------------------------------------------------- /website/public/img/firehose-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/firehose-logo.png -------------------------------------------------------------------------------- /website/public/img/get-delegate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/get-delegate.png -------------------------------------------------------------------------------- /website/public/img/graph-dataflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/graph-dataflow.png -------------------------------------------------------------------------------- /website/public/img/home-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/home-bg.svg -------------------------------------------------------------------------------- /website/public/img/page-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/page-background.png -------------------------------------------------------------------------------- /website/public/img/price-per-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/price-per-share.png -------------------------------------------------------------------------------- /website/public/img/publish-sub-transfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/publish-sub-transfer.png -------------------------------------------------------------------------------- /website/public/img/query-subgraph-pane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/query-subgraph-pane.png -------------------------------------------------------------------------------- /website/public/img/query-url-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/query-url-screenshot.png -------------------------------------------------------------------------------- /website/public/img/rate-limit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/rate-limit.png -------------------------------------------------------------------------------- /website/public/img/register_subgraph.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/register_subgraph.jpeg -------------------------------------------------------------------------------- /website/public/img/restrictdomain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/restrictdomain.png -------------------------------------------------------------------------------- /website/public/img/rocket-pool-subgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/rocket-pool-subgraph.png -------------------------------------------------------------------------------- /website/public/img/roles/curator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/roles/curator.png -------------------------------------------------------------------------------- /website/public/img/roles/delegator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/roles/delegator.png -------------------------------------------------------------------------------- /website/public/img/roles/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/roles/developer.png -------------------------------------------------------------------------------- /website/public/img/roles/indexer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/roles/indexer.png -------------------------------------------------------------------------------- /website/public/img/sendSignalToL2Step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/sendSignalToL2Step2.png -------------------------------------------------------------------------------- /website/public/img/seo/benefits.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/seo/benefits.jpg -------------------------------------------------------------------------------- /website/public/img/signal-from-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/signal-from-explorer.png -------------------------------------------------------------------------------- /website/public/img/startTransferL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/startTransferL2.png -------------------------------------------------------------------------------- /website/public/img/studio-publish-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/studio-publish-modal.png -------------------------------------------------------------------------------- /website/public/img/subgraph-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/subgraph-chart.png -------------------------------------------------------------------------------- /website/public/img/subgraph-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/subgraph-lifecycle.png -------------------------------------------------------------------------------- /website/public/img/subgraph-lockdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/subgraph-lockdown.png -------------------------------------------------------------------------------- /website/public/img/subgraph-logs-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/subgraph-logs-image.png -------------------------------------------------------------------------------- /website/public/img/substreams-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/substreams-logo.png -------------------------------------------------------------------------------- /website/public/img/total-burned-grt.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/total-burned-grt.jpeg -------------------------------------------------------------------------------- /website/public/img/transferToL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/transferToL2.png -------------------------------------------------------------------------------- /website/public/img/undelegate-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/undelegate-button.png -------------------------------------------------------------------------------- /website/public/img/withdraw-available.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/public/img/withdraw-available.png -------------------------------------------------------------------------------- /website/route-lockfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/route-lockfile.txt -------------------------------------------------------------------------------- /website/scripts/fetch-api-reference.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/scripts/fetch-api-reference.ts -------------------------------------------------------------------------------- /website/scripts/fetch-remote-docs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/scripts/fetch-remote-docs.ts -------------------------------------------------------------------------------- /website/scripts/fix-pages-structure.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/scripts/fix-pages-structure.ts -------------------------------------------------------------------------------- /website/scripts/move-pages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/scripts/move-pages.ts -------------------------------------------------------------------------------- /website/scripts/sitemap-ci.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/scripts/sitemap-ci.js -------------------------------------------------------------------------------- /website/src/HomePage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/HomePage.tsx -------------------------------------------------------------------------------- /website/src/PageNotFound.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/PageNotFound.tsx -------------------------------------------------------------------------------- /website/src/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/app.css -------------------------------------------------------------------------------- /website/src/components/Callout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/Callout.tsx -------------------------------------------------------------------------------- /website/src/components/Card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/Card.tsx -------------------------------------------------------------------------------- /website/src/components/CodeBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/CodeBlock.tsx -------------------------------------------------------------------------------- /website/src/components/DocSearch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/DocSearch.tsx -------------------------------------------------------------------------------- /website/src/components/Heading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/Heading.tsx -------------------------------------------------------------------------------- /website/src/components/Image.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/Image.tsx -------------------------------------------------------------------------------- /website/src/components/Navigation.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/Navigation.tsx -------------------------------------------------------------------------------- /website/src/components/Table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/Table.tsx -------------------------------------------------------------------------------- /website/src/components/TimeIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/TimeIcon.tsx -------------------------------------------------------------------------------- /website/src/components/VideoEmbed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/VideoEmbed.tsx -------------------------------------------------------------------------------- /website/src/components/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/components/index.ts -------------------------------------------------------------------------------- /website/src/contracts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/contracts.tsx -------------------------------------------------------------------------------- /website/src/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/i18n.ts -------------------------------------------------------------------------------- /website/src/layout/Layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/layout/Layout.tsx -------------------------------------------------------------------------------- /website/src/layout/MDXContent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/layout/MDXContent.tsx -------------------------------------------------------------------------------- /website/src/layout/Template.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/layout/Template.tsx -------------------------------------------------------------------------------- /website/src/layout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/layout/index.ts -------------------------------------------------------------------------------- /website/src/layout/shared.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/layout/shared.ts -------------------------------------------------------------------------------- /website/src/mdxPlugins/rehypeUnwrapImages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/mdxPlugins/rehypeUnwrapImages.ts -------------------------------------------------------------------------------- /website/src/mdxPlugins/remarkCallouts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/mdxPlugins/remarkCallouts.ts -------------------------------------------------------------------------------- /website/src/openApi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/openApi/index.ts -------------------------------------------------------------------------------- /website/src/openApi/tokenApi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/openApi/tokenApi.json -------------------------------------------------------------------------------- /website/src/pages/[locale]/[...404].mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/[locale]/[...404].mdx -------------------------------------------------------------------------------- /website/src/pages/[locale]/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/[locale]/index.mdx -------------------------------------------------------------------------------- /website/src/pages/_app.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/_app.tsx -------------------------------------------------------------------------------- /website/src/pages/_document.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/_document.tsx -------------------------------------------------------------------------------- /website/src/pages/ar/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/about.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/contracts.json -------------------------------------------------------------------------------- /website/src/pages/ar/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/ar/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/global.json -------------------------------------------------------------------------------- /website/src/pages/ar/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/index.json -------------------------------------------------------------------------------- /website/src/pages/ar/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ar/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ar/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "مقدمة" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ar/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ar/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ar/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ar/translations.ts -------------------------------------------------------------------------------- /website/src/pages/cs/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/about.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/contracts.json -------------------------------------------------------------------------------- /website/src/pages/cs/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/cs/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/global.json -------------------------------------------------------------------------------- /website/src/pages/cs/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/index.json -------------------------------------------------------------------------------- /website/src/pages/cs/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/cs/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/cs/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Úvod" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/cs/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/cs/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/cs/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/cs/translations.ts -------------------------------------------------------------------------------- /website/src/pages/de/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/about.mdx -------------------------------------------------------------------------------- /website/src/pages/de/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/de/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/contracts.json -------------------------------------------------------------------------------- /website/src/pages/de/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/de/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/de/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/global.json -------------------------------------------------------------------------------- /website/src/pages/de/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/de/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/de/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/index.json -------------------------------------------------------------------------------- /website/src/pages/de/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "Indexierer- Tools" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/de/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/de/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/de/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/de/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/de/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/de/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/de/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/de/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/de/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Einführung" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/de/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/de/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/de/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/de/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/de/translations.ts -------------------------------------------------------------------------------- /website/src/pages/en/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/about.mdx -------------------------------------------------------------------------------- /website/src/pages/en/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/en/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/contracts.json -------------------------------------------------------------------------------- /website/src/pages/en/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/en/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/en/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/global.json -------------------------------------------------------------------------------- /website/src/pages/en/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/en/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/en/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/index.json -------------------------------------------------------------------------------- /website/src/pages/en/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/en/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/en/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/en/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/en/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/en/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/en/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/en/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/en/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/en/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/en/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/en/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/en/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/en/translations.ts -------------------------------------------------------------------------------- /website/src/pages/es/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/about.mdx -------------------------------------------------------------------------------- /website/src/pages/es/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/es/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/contracts.json -------------------------------------------------------------------------------- /website/src/pages/es/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/es/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/es/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/global.json -------------------------------------------------------------------------------- /website/src/pages/es/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/es/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/es/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/index.json -------------------------------------------------------------------------------- /website/src/pages/es/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "Herramientas para Indexadores" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/es/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/es/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/es/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/es/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/es/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/es/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/es/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/es/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/es/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introducción" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/es/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/es/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/es/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/es/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/es/translations.ts -------------------------------------------------------------------------------- /website/src/pages/fr/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/about.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/contracts.json -------------------------------------------------------------------------------- /website/src/pages/fr/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/fr/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/global.json -------------------------------------------------------------------------------- /website/src/pages/fr/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/index.json -------------------------------------------------------------------------------- /website/src/pages/fr/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "Outillage de l'indexeur" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/fr/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "API AssemblyScript" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/fr/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/fr/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Présentation" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/fr/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/fr/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/fr/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/fr/translations.ts -------------------------------------------------------------------------------- /website/src/pages/hi/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/about.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/contracts.json -------------------------------------------------------------------------------- /website/src/pages/hi/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/hi/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/global.json -------------------------------------------------------------------------------- /website/src/pages/hi/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/index.json -------------------------------------------------------------------------------- /website/src/pages/hi/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "Indexer टूलिंग" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/hi/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/hi/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/hi/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/hi/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/hi/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/hi/translations.ts -------------------------------------------------------------------------------- /website/src/pages/it/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/about.mdx -------------------------------------------------------------------------------- /website/src/pages/it/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/it/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/contracts.json -------------------------------------------------------------------------------- /website/src/pages/it/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/it/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/it/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/global.json -------------------------------------------------------------------------------- /website/src/pages/it/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/it/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/it/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/index.json -------------------------------------------------------------------------------- /website/src/pages/it/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/it/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/it/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/it/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/it/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/it/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "API AssemblyScript" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/it/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/it/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/it/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduzione" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/it/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/it/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/it/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/it/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/it/translations.ts -------------------------------------------------------------------------------- /website/src/pages/ja/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/about.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/contracts.json -------------------------------------------------------------------------------- /website/src/pages/ja/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/ja/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/global.json -------------------------------------------------------------------------------- /website/src/pages/ja/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/index.json -------------------------------------------------------------------------------- /website/src/pages/ja/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "インデクサーツール" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ja/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ja/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ja/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "イントロダクション" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ja/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ja/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ja/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ja/translations.ts -------------------------------------------------------------------------------- /website/src/pages/ko/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/about.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/contracts.json -------------------------------------------------------------------------------- /website/src/pages/ko/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/ko/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/global.json -------------------------------------------------------------------------------- /website/src/pages/ko/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/index.json -------------------------------------------------------------------------------- /website/src/pages/ko/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ko/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ko/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ko/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ko/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ko/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ko/translations.ts -------------------------------------------------------------------------------- /website/src/pages/mr/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/about.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/contracts.json -------------------------------------------------------------------------------- /website/src/pages/mr/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/mr/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/global.json -------------------------------------------------------------------------------- /website/src/pages/mr/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/index.json -------------------------------------------------------------------------------- /website/src/pages/mr/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/mr/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/mr/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/mr/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/mr/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/mr/translations.ts -------------------------------------------------------------------------------- /website/src/pages/nl/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/about.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/contracts.json -------------------------------------------------------------------------------- /website/src/pages/nl/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/nl/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/global.json -------------------------------------------------------------------------------- /website/src/pages/nl/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/index.json -------------------------------------------------------------------------------- /website/src/pages/nl/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/nl/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/nl/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/nl/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/nl/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/nl/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/nl/translations.ts -------------------------------------------------------------------------------- /website/src/pages/pl/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/about.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/contracts.json -------------------------------------------------------------------------------- /website/src/pages/pl/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/pl/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/global.json -------------------------------------------------------------------------------- /website/src/pages/pl/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/index.json -------------------------------------------------------------------------------- /website/src/pages/pl/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pl/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pl/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Wstęp" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pl/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pl/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/pl/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pl/translations.ts -------------------------------------------------------------------------------- /website/src/pages/pt/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/about.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/contracts.json -------------------------------------------------------------------------------- /website/src/pages/pt/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/pt/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/global.json -------------------------------------------------------------------------------- /website/src/pages/pt/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/index.json -------------------------------------------------------------------------------- /website/src/pages/pt/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "Ferramentas do Indexador" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pt/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "API AssemblyScript" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pt/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pt/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introdução" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/pt/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/pt/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/pt/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/pt/translations.ts -------------------------------------------------------------------------------- /website/src/pages/ro/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/about.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/contracts.json -------------------------------------------------------------------------------- /website/src/pages/ro/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/ro/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/global.json -------------------------------------------------------------------------------- /website/src/pages/ro/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/index.json -------------------------------------------------------------------------------- /website/src/pages/ro/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ro/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ro/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ro/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ro/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ro/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ro/translations.ts -------------------------------------------------------------------------------- /website/src/pages/ru/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/about.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/contracts.json -------------------------------------------------------------------------------- /website/src/pages/ru/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/ru/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/global.json -------------------------------------------------------------------------------- /website/src/pages/ru/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/index.json -------------------------------------------------------------------------------- /website/src/pages/ru/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ru/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ru/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Введение" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ru/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ru/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ru/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ru/translations.ts -------------------------------------------------------------------------------- /website/src/pages/sv/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/about.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/contracts.json -------------------------------------------------------------------------------- /website/src/pages/sv/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/sv/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/global.json -------------------------------------------------------------------------------- /website/src/pages/sv/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/index.json -------------------------------------------------------------------------------- /website/src/pages/sv/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/resources/benefits.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/resources/benefits.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/resources/glossary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/resources/glossary.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "API för AssemblyScript" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/sv/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/sv/subgraphs/explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/subgraphs/explorer.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduktion" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/sv/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/supported-networks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/supported-networks.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/sv/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/sv/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/sv/translations.ts -------------------------------------------------------------------------------- /website/src/pages/tr/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/about.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/contracts.json -------------------------------------------------------------------------------- /website/src/pages/tr/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/tr/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/global.json -------------------------------------------------------------------------------- /website/src/pages/tr/graph-horizon/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/graph-horizon/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/hypergraph/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/hypergraph/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/index.json -------------------------------------------------------------------------------- /website/src/pages/tr/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API'si" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/tr/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/tr/subgraphs/querying/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-client": "Graph İstemcisi" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/tr/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Giriş" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/tr/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/tr/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/tr/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/tr/translations.ts -------------------------------------------------------------------------------- /website/src/pages/uk/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/about.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/contracts.json -------------------------------------------------------------------------------- /website/src/pages/uk/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/uk/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/global.json -------------------------------------------------------------------------------- /website/src/pages/uk/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/index.json -------------------------------------------------------------------------------- /website/src/pages/uk/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/uk/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/uk/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Introduction" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/uk/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/uk/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/uk/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/uk/translations.ts -------------------------------------------------------------------------------- /website/src/pages/ur/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/about.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/contracts.json -------------------------------------------------------------------------------- /website/src/pages/ur/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/ur/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/global.json -------------------------------------------------------------------------------- /website/src/pages/ur/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/index.json -------------------------------------------------------------------------------- /website/src/pages/ur/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "اسمبلی اسکرپٹ API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ur/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ur/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "تعارف" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/ur/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/ur/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/ur/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/ur/translations.ts -------------------------------------------------------------------------------- /website/src/pages/vi/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/about.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/contracts.json -------------------------------------------------------------------------------- /website/src/pages/vi/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/vi/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/global.json -------------------------------------------------------------------------------- /website/src/pages/vi/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/index.json -------------------------------------------------------------------------------- /website/src/pages/vi/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "AssemblyScript API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/vi/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/vi/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "Giới thiệu" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/vi/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/vi/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/vi/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/vi/translations.ts -------------------------------------------------------------------------------- /website/src/pages/zh/about.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/about.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/ai-suite/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/ai-suite/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/archived/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/archived/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/archived/sunrise.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/archived/sunrise.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/contracts.json -------------------------------------------------------------------------------- /website/src/pages/zh/contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/contracts.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/docsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/docsearch.json -------------------------------------------------------------------------------- /website/src/pages/zh/global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/global.json -------------------------------------------------------------------------------- /website/src/pages/zh/hypergraph/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/hypergraph/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/hypergraph/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/hypergraph/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/index.json -------------------------------------------------------------------------------- /website/src/pages/zh/indexing/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "tooling": "索引器工具" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/zh/indexing/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/indexing/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/indexing/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/indexing/overview.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/indexing/tap.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/indexing/tap.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/resources/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/resources/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/subgraphs/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/subgraphs/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/subgraphs/billing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/subgraphs/billing.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/subgraphs/developing/creating/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-ts": "汇编脚本API" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/zh/subgraphs/developing/publishing/_meta.js: -------------------------------------------------------------------------------- 1 | export default { 2 | 'publishing-a-subgraph': '', 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/zh/subgraphs/querying/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "graph-client": "Graph 客户端" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/zh/subgraphs/querying/graph-client/_meta-titles.json: -------------------------------------------------------------------------------- 1 | { 2 | "README": "介绍" 3 | } 4 | -------------------------------------------------------------------------------- /website/src/pages/zh/substreams/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/substreams/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/token-api/_meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/token-api/_meta.js -------------------------------------------------------------------------------- /website/src/pages/zh/token-api/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/token-api/faq.mdx -------------------------------------------------------------------------------- /website/src/pages/zh/translations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/pages/zh/translations.ts -------------------------------------------------------------------------------- /website/src/remoteDocs/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/remoteDocs/index.ts -------------------------------------------------------------------------------- /website/src/supportedNetworks/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/supportedNetworks/index.ts -------------------------------------------------------------------------------- /website/src/supportedNetworks/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/src/supportedNetworks/utils.ts -------------------------------------------------------------------------------- /website/tailwind.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/tailwind.config.mjs -------------------------------------------------------------------------------- /website/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphprotocol/docs/HEAD/website/tsconfig.json --------------------------------------------------------------------------------