From 2bf95e6d7e9242629c2d3a05dbc45e3b6b17601b Mon Sep 17 00:00:00 2001 From: Yevhen Haievyi Date: Thu, 29 Aug 2024 17:08:17 +0200 Subject: [PATCH] 2.0.22 -revert --- data/chains/V2/index.ts | 2 +- data/index.config.ts | 2 +- package.json | 2 +- types/graph.types.ts | 2 +- types/pinax.types.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/chains/V2/index.ts b/data/chains/V2/index.ts index 40a79d6..a04b805 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, 4:34:59 PM. +// Last generation on 8/29/2024, 5:08:07 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 ce52a97..b6d81b3 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, 4:34:59 PM. +// Last generation on 8/29/2024, 5:08:07 PM. export default { ordered: { diff --git a/package.json b/package.json index 63b2362..20f4f35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinax/chains", - "version": "2.0.17", + "version": "2.0.22", "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 1c0e5da..b2092d0 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, 4:34:59 PM. +// Last generation on 8/29/2024, 5:08:08 PM. export type GraphID = | 'arbitrum-nova' | 'arbitrum-one' diff --git a/types/pinax.types.ts b/types/pinax.types.ts index 233f917..6465c21 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, 4:34:59 PM. +// Last generation on 8/29/2024, 5:08:08 PM. export type PinaxID = | 'celo' | 'alfajores'