From 2650329a313f20a5c16c706775bd56691fa9d1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szpiech?= Date: Fri, 23 Sep 2022 12:36:29 +0200 Subject: [PATCH] chore: update trading testnet config (#1415) --- apps/trading/.env.testnet | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/trading/.env.testnet b/apps/trading/.env.testnet index 762151b78..4f07eec24 100644 --- a/apps/trading/.env.testnet +++ b/apps/trading/.env.testnet @@ -1,8 +1,10 @@ # App configuration variables NX_VEGA_ENV=TESTNET -NX_VEGA_URL=https://api.n09.testnet.vega.xyz/graphql +NX_VEGA_URL=https://api.n07.testnet.vega.xyz/graphql NX_VEGA_NETWORKS='{\"MAINNET\":\"https://alpha.console.vega.xyz\"}' NX_ETHEREUM_PROVIDER_URL=https://ropsten.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://ropsten.etherscan.io +NX_USE_ENV_OVERRIDES=1 NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_TOKEN_URL=https://token.fairground.wtf \ No newline at end of file +NX_VEGA_TOKEN_URL=https://token.fairground.wtf +NX_VEGA_WALLET_URL=http://localhost:1789/api/v1 \ No newline at end of file