Skip to content

Commit

Permalink
Merge branch 'main' into fix-modify-exit-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cast0001 authored Jan 27, 2025
2 parents 88b1ac1 + bd4457f commit c05d9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c05d9c8

Please sign in to comment.