From abe6f731766d3ba3e29f05b747f8eeb044fe8463 Mon Sep 17 00:00:00 2001 From: Dominic Fournier Date: Wed, 7 Aug 2024 14:09:26 -0400 Subject: [PATCH] Test Scripts --- data/chains/V2/index.ts | 2 +- data/index.config.ts | 2 +- types/graph.types.ts | 2 +- types/pinax.types.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/chains/V2/index.ts b/data/chains/V2/index.ts index 2c8221e..2d7f6ae 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/6/2024, 9:54:07 AM. +// Last generation on 8/7/2024, 2:09:26 PM. export { default as arbone } from './arbone/meta'; export { default as arbgoerli } from './arbone/testnets/arbgoerli/meta'; diff --git a/data/index.config.ts b/data/index.config.ts index 8274d3c..8680515 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/6/2024, 9:54:07 AM. +// Last generation on 8/7/2024, 2:09:27 PM. export default { ordered: { diff --git a/types/graph.types.ts b/types/graph.types.ts index 1bf62a5..c9f45fa 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/6/2024, 9:54:08 AM. +// Last generation on 8/7/2024, 2:09:27 PM. export type GraphID = | 'arbitrum-nova' | 'arbitrum-one' diff --git a/types/pinax.types.ts b/types/pinax.types.ts index 56005e1..8870254 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/6/2024, 9:54:08 AM. +// Last generation on 8/7/2024, 2:09:28 PM. export type PinaxID = | 'arbone' | 'arbgoerli'