diff --git a/docs/retrieve_graph_ids.md b/docs/retrieve_graph_ids.md index c7a272d..7d12c08 100644 --- a/docs/retrieve_graph_ids.md +++ b/docs/retrieve_graph_ids.md @@ -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`. diff --git a/src/types/graph.types.ts b/src/types/graph.types.ts index 079f82f..0a3fcac 100644 --- a/src/types/graph.types.ts +++ b/src/types/graph.types.ts @@ -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' diff --git a/src/types/pinax.types.ts b/src/types/pinax.types.ts index 13e8c3c..719be16 100644 --- a/src/types/pinax.types.ts +++ b/src/types/pinax.types.ts @@ -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'