From 9ca6fe3cbf8ec7b405495be2020c33d079b51e1a Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Wed, 1 Mar 2023 10:08:45 -0800 Subject: [PATCH] fix(trading): env vars for validator testnet (#3061) --- apps/trading/.env.validator-testnet | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/trading/.env.validator-testnet b/apps/trading/.env.validator-testnet index facea5281..0cdb1fd8d 100644 --- a/apps/trading/.env.validator-testnet +++ b/apps/trading/.env.validator-testnet @@ -1,12 +1,11 @@ - NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/validator-testnet-network.json NX_VEGA_ENV=VALIDATOR_TESTNET -NX_VEGA_EXPLORER_URL=https://dev.explorer.vega.xyz -NX_VEGA_NETWORKS='{"DEVNET":"https://dev.token.vega.xyz","STAGNET3":"https://stagnet3.token.vega.xyz","TESTNET":"https://token.fairground.wtf","MAINNET":"https://token.vega.xyz"}' -NX_VEGA_TOKEN_URL=https://token.fairground.wtf +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_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet NX_VEGA_REPO_URL=https://github.com/vegaprotocol/vega/releases