Skip to content

Files

Latest commit

Feb 10, 2025
60cadf0 · Feb 10, 2025

History

History
29 lines (20 loc) · 571 Bytes

File metadata and controls

29 lines (20 loc) · 571 Bytes

Block Cost Subgraph

This is a subgraph that indexes the cost of each block.

Local Deployment

Requirements

These are minimal requirements to deploy this subgraph locally:

Deployment

To deploy this subgraph locally, run the following commands:

npm install
npm run codegen
npm run build
npm run create-local
npm run deploy-local