From bd4457f943bc983e6b55af7738d3722e09748f75 Mon Sep 17 00:00:00 2001 From: CAst Date: Thu, 23 Jan 2025 14:49:06 +0500 Subject: [PATCH] [fiat-rates-request] fix build (#240) --- codegen.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen.ts b/codegen.ts index f2da4f43..ea7b7aef 100644 --- a/codegen.ts +++ b/codegen.ts @@ -3,8 +3,8 @@ import type { CodegenConfig } from '@graphql-codegen/cli' import { Network } from './src/utils/enums' import configs from './src/utils/configs' - -let network: Network = Network.Holesky +// TODO change +let network: Network = Network.Mainnet if (process.env.NETWORK === 'mainnet') { network = Network.Mainnet