Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 committed Apr 10, 2024
1 parent e1f4501 commit 171f4da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/retrieve_graph_ids.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Retrieve The Graph Chain IDs

This process is useful to add a supported chain to the app, as we need to make sure that the chain is available on The Graph to provide a valid TOML quickstart config.
This process is useful to add a supported chain to the app, as we need to make sure that the chain is available on The Graph to provide a valid TOML quickstart config. GraphID type is automatically updated daily by a GitHub Action, so in most cases you don't need to worry about it.

In the case that the chain is not available on The Graph, we set its `graph_id` to null, so that the TOML config shows `This chain is not supported by The Graph Network`.

Expand Down
2 changes: 1 addition & 1 deletion src/types/graph.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it.
// Do not modify manually as it will be overwritten.
// Last generation on 4/10/2024, 3:34:13 PM.
// Last generation on 4/10/2024, 3:45:34 PM.
export type GraphID =
| 'arbitrum-one'
| 'arbitrum-sepolia'
Expand Down
2 changes: 1 addition & 1 deletion src/types/pinax.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it / circular dependencies.
// Do not modify manually as it will be overwritten.
// Last generation on 4/10/2024, 3:34:14 PM.
// Last generation on 4/10/2024, 3:45:35 PM.
export type PinaxID =
| 'arbgoerli'
| 'arbsepolia'
Expand Down

0 comments on commit 171f4da

Please sign in to comment.