From b15d9cb7dcec0593ccb71c957c8b8df56e9ee3c5 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 4 May 2023 06:21:24 -0700 Subject: [PATCH] fix(governance,trading): validator testnet link for governance app (#3599) --- apps/trading/.env.validator-testnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading/.env.validator-testnet b/apps/trading/.env.validator-testnet index 9c309c08b..682016788 100644 --- a/apps/trading/.env.validator-testnet +++ b/apps/trading/.env.validator-testnet @@ -6,7 +6,7 @@ NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/maste NX_VEGA_ENV=VALIDATOR_TESTNET NX_VEGA_EXPLORER_URL=https://validator-testnet.explorer.vega.xyz NX_VEGA_NETWORKS={\"STAGNET3\":\"https://stagnet3.console.vega.xyz\",\"STAGNET1\":\"https://stagnet1.console.vega.xyz\",\"TESTNET\":\"https://console.fairground.wtf\"} -NX_VEGA_TOKEN_URL=https://validator-testnet.governance.fairground.wtf +NX_VEGA_TOKEN_URL=https://validator-testnet.governance.vega.xyz NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet NX_VEGA_REPO_URL=https://github.com/vegaprotocol/vega/releases