From 9203c81084963f2ab9dc229b73fc5c8e60b2635e Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 13 Jan 2023 08:17:56 -0800 Subject: [PATCH] chore: fix governance app link for mirror env --- apps/trading/.env.mirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading/.env.mirror b/apps/trading/.env.mirror index 263d9ffcb..66584dfbf 100644 --- a/apps/trading/.env.mirror +++ b/apps/trading/.env.mirror @@ -5,6 +5,6 @@ NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/mirror-network.json NX_VEGA_ENV=MIRROR NX_VEGA_EXPLORER_URL=https://mainnet-mirror.explorer.vega.xyz NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://stagnet1.console.vega.xyz\",\"STAGNET3\":\"https://stagnet3.console.vega.xyz\"} -NX_VEGA_TOKEN_URL=https://mainnet-mirror.token.fairground.wtf +NX_VEGA_TOKEN_URL=https://mainnet-mirror.token.vega.xyz NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/mainnet \ No newline at end of file