Skip to content

Commit

Permalink
[v3]: up sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkadyr committed Jun 5, 2024
1 parent 844668c commit d6cbdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import configs from './src/utils/configs'


// For every network we have same gql shema, so we can use just Mainnet here
const urls = configs[Network.Holesky].api //TODO: change to Network.Mainnet
const urls = configs[Network.Mainnet].api

// https://the-guild.dev/graphql/codegen/plugins/typescript/typescript
const typesConfig = {
Expand Down

0 comments on commit d6cbdcc

Please sign in to comment.