diff --git a/data/chains/V2/index.ts b/data/chains/V2/index.ts index a04b805..accfb01 100644 --- a/data/chains/V2/index.ts +++ b/data/chains/V2/index.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 8/29/2024, 5:08:07 PM. +// Last generation on 8/29/2024, 8:17:47 PM. export { default as celo } from './celo/meta'; export { default as alfajores } from './celo/testnets/alfajores/meta'; diff --git a/data/index.config.ts b/data/index.config.ts index b6d81b3..10cd6a5 100644 --- a/data/index.config.ts +++ b/data/index.config.ts @@ -2,7 +2,7 @@ // Chains under ordered were manually placed, to manage the z-index (priority order) of chains. // Chains under missing are generated from available data, make sure to order them. // Include deprecated or future chains. -// Last generation on 8/29/2024, 5:08:07 PM. +// Last generation on 8/29/2024, 8:17:47 PM. export default { ordered: { diff --git a/package.json b/package.json index 20f4f35..7ad426f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinax/chains", - "version": "2.0.22", + "version": "2.0.28", "description": "Single-source-of-truth for the metadata of chains supported by Pinax.", "keywords": [ "chains", diff --git a/types/graph.types.ts b/types/graph.types.ts index b2092d0..6b8d1e3 100644 --- a/types/graph.types.ts +++ b/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 8/29/2024, 5:08:08 PM. +// Last generation on 8/29/2024, 8:17:48 PM. export type GraphID = | 'arbitrum-nova' | 'arbitrum-one' diff --git a/types/pinax.types.ts b/types/pinax.types.ts index 6465c21..987ac5c 100644 --- a/types/pinax.types.ts +++ b/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 8/29/2024, 5:08:08 PM. +// Last generation on 8/29/2024, 8:17:48 PM. export type PinaxID = | 'celo' | 'alfajores'