Skip to content

Commit

Permalink
add table generation
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Nov 20, 2024
1 parent ac3c228 commit d4b154a
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Generate registry
run: bun generate:public

- name: Generate table
run: bun generate:table

- name: Format
run: bun format

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Graph networks registry

This repository manages a registry of networks in The Graph ecosystem. See [Releases](https://github.com/pinax-network/supported-networks/releases) page for the latest version of the registry.
This repository manages a registry of networks in The Graph ecosystem. See [Releases](https://github.com/pinax-network/supported-networks/releases) page for the latest version of the registry. See [docs/networks-table.md](./docs/networks-table.md) for the up-to-date auto-generated networks table.

## Adding/updating a chain

Expand All @@ -12,6 +12,7 @@ This repository manages a registry of networks in The Graph ecosystem. See [Rele

## Structure of the repository

- `docs/`: Contains docs and auto-generated networks table
- `schemas/`: Contains the schema for the registry
- `registry/`: Contains the networks JSONs (edit these)
- `public`: Contains all generated registry versions (don't edit those)
Expand Down
Loading

0 comments on commit d4b154a

Please sign in to comment.