Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 526 Bytes

File metadata and controls

23 lines (17 loc) · 526 Bytes

EVM Chain Block Subgraph

This subgraph tracks the available block data of all EVM chains supported by The Graph.

Deploying the Subgraph

The npm scripts can be found in the package.json file.

Prepare and build configurations

npm run prepare-build {network}

Deploying to all available networks

npm run deploy-all-studio

Deploying to a single network

npm run deploy-single-studio {network}

Post deploying, update networks.{network}.nextVersion in scripts/utils/networks.ts file.