diff --git a/codegen.ts b/codegen.ts index f2da4f4..ea7b7ae 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