Data
Subgraph overview
GoldSky-backed Graph workspace used for account history, queue snapshots, and user aggregates.
What the subgraph exists to do
- index successful user actions initiated from the web3 app
- track keeper-driven queue state transitions that happen after the user transaction
- serve account profile data and activity history to the frontend
Mandatory indexed contracts
AMMExitQueueEVE
Current deployment target
The repository targets Sepolia (L1 Ethereum testnet, chain id 11155111). The current public
endpoint is the GoldSky deployment at:
https://api.goldsky.com/api/public/project_cm7aaq2gvh5ak01wf890nferb/subgraphs/everything-strategy-sepolia/v0.1.0/gn
Source of truth: frontend-app/web3-app/src/config/index.ts (CONFIG.SUBGRAPH_URL) and
frontend-app/web3-app/subgraph/config/deployments/sepolia.json. For the full deployment
details see Subgraph deployments.
Last updated on