diff --git a/data/index.config.ts b/data/index.config.ts index 2c8ccda..d6ee56d 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 5/8/2024, 8:07:08 PM. +// Last generation on 5/8/2024, 8:12:35 PM. export default { ordered: { diff --git a/package.json b/package.json index 95a9e3b..1738a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinax/chains", - "version": "2.0.4-rc1", + "version": "2.0.5-rc1", "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 d77aadf..1b84d85 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 5/8/2024, 8:07:09 PM. +// Last generation on 5/8/2024, 8:12:35 PM. export type GraphID = | 'arbitrum-one' | 'arbitrum-sepolia' diff --git a/types/pinax.types.ts b/types/pinax.types.ts index 9a12e9f..60de326 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 5/8/2024, 8:07:09 PM. +// Last generation on 5/8/2024, 8:12:35 PM. export type PinaxID = | 'arbgoerli' | 'arbsepolia'