From d29e815337a3f95da228dc918ca705b56b619614 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 23 Aug 2022 15:36:05 -0700 Subject: [PATCH] chore: defaul type generation to use testnet --- libs/types/apollo.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/types/apollo.config.js b/libs/types/apollo.config.js index babf705d3..8eb16d25a 100644 --- a/libs/types/apollo.config.js +++ b/libs/types/apollo.config.js @@ -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'],