Operations
Subgraph deployments
Current GoldSky endpoint, deployment naming pattern, and the config snapshot used by the subgraph workspace.
Public endpoint
https://api.goldsky.com/api/public/project_cm7aaq2gvh5ak01wf890nferb/subgraphs/everything-strategy-sepolia/v0.1.0/gn
Current config snapshot
| Item | Value |
|---|---|
| Network | sepolia |
startBlock | 11132106 |
| Config file | frontend-app/web3-app/subgraph/config/deployments/sepolia.json |
| Auto-generated | frontend-app/web3-app/subgraph/src/config.ts |
Deployment naming pattern
The versioned subgraph name is everything-strategy-sepolia/v0.1.0. Earlier examples in the repo
history used shorter names such as everything-strategy/v0.1.x — those are stale; the live endpoint
above is the current source of truth, sourced from frontend-app/web3-app/src/config/index.ts.
Drift watch
The subgraph README, .env.example, and historical commit examples include older values.
Operational truth should come from the current deployment config and frontend config, not the
oldest example in the repo.
Last updated on