chore: defaul type generation to use testnet

This commit is contained in:
Matthew Russell 2022-08-23 15:36:05 -07:00
parent db08a177c4
commit d29e815337
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8

View File

@ -2,7 +2,8 @@ module.exports = {
client: {
service: {
name: 'vega',
url: process.env.NX_VEGA_URL,
url:
process.env.NX_VEGA_URL || 'https://api.n11.testnet.vega.xyz/graphql',
},
includes: ['../../{apps,libs}/**/*.{ts,tsx,js,jsx,graphql}'],
excludes: ['**/generic-data-provider.ts'],