From e842e0ebcfef6d4a623ab3a7266ecf0fdaf0518c Mon Sep 17 00:00:00 2001 From: Dominic Fournier Date: Wed, 8 May 2024 15:14:31 -0400 Subject: [PATCH] Updated RC version --- package.json | 2 +- src/types/graph.types.ts | 2 +- src/types/pinax.types.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e0b2dc..fa70358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinax/chains", - "version": "rc-2.0.0", + "version": "2.0.0-rc1", "description": "Single-source-of-truth for the metadata of chains supported by Pinax.", "keywords": [ "chains", diff --git a/src/types/graph.types.ts b/src/types/graph.types.ts index d890058..bc53b5e 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 5/8/2024, 3:13:35 PM. +// Last generation on 5/8/2024, 3:14:32 PM. export type GraphID = | 'arbitrum-one' | 'arbitrum-sepolia' diff --git a/src/types/pinax.types.ts b/src/types/pinax.types.ts index 1297a21..f792992 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 5/8/2024, 3:13:35 PM. +// Last generation on 5/8/2024, 3:14:32 PM. export type PinaxID = | 'arbgoerli' | 'arbsepolia'