From 63e1691109fde870dae6047931324aeeca33d3f8 Mon Sep 17 00:00:00 2001 From: Elmar <102954831+elmar-vega@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:25:56 +0100 Subject: [PATCH] chore(explorer): update BE api urls (#1886) --- apps/explorer/.env.devnet | 2 +- apps/explorer/.env.stagnet1 | 1 + apps/explorer/.env.stagnet3 | 2 +- apps/explorer/.env.testnet | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/explorer/.env.devnet b/apps/explorer/.env.devnet index 3723d1d6b..76c07de0c 100644 --- a/apps/explorer/.env.devnet +++ b/apps/explorer/.env.devnet @@ -7,4 +7,4 @@ NX_VEGA_URL=https://api.n04.d.vega.xyz/graphql NX_VEGA_NETWORKS={\"MAINNET"\:\"https://explorer.vega.xyz"\,\"TESTNET\":\"https://explorer.fairground.wtf\"} NX_VEGA_ENV=DEVNET NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions -NX_BLOCK_EXPLORER= +NX_BLOCK_EXPLORER=https://be.devnet1.vega.xyz/rest diff --git a/apps/explorer/.env.stagnet1 b/apps/explorer/.env.stagnet1 index f928273e4..9051f3a38 100644 --- a/apps/explorer/.env.stagnet1 +++ b/apps/explorer/.env.stagnet1 @@ -10,3 +10,4 @@ NX_VEGA_URL=https://api.n00.stagnet1.vega.xyz/graphql NX_VEGA_WALLET_URL=http://localhost:1789 NX_TENDERMINT_URL=https://tm.n01.stagnet1.vega.xyz NX_TENDERMINT_WEBSOCKET_URL=wss://tm.n01.stagnet1.vega.xyz/websocket +NX_BLOCK_EXPLORER=https://be.stagnet1.vega.xyz/rest diff --git a/apps/explorer/.env.stagnet3 b/apps/explorer/.env.stagnet3 index 35597d904..b8d197cdd 100644 --- a/apps/explorer/.env.stagnet3 +++ b/apps/explorer/.env.stagnet3 @@ -7,4 +7,4 @@ NX_VEGA_URL=https://api.n01.stagnet3.vega.xyz/graphql NX_VEGA_NETWORKS={\"MAINNET"\:\"https://explorer.vega.xyz"\,\"TESTNET\":\"https://explorer.fairground.wtf\"} NX_VEGA_ENV=STAGNET3 NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions -NX_BLOCK_EXPLORER= +NX_BLOCK_EXPLORER=https://blockexplorer.n01.stagnet3.vega.xyz/rest diff --git a/apps/explorer/.env.testnet b/apps/explorer/.env.testnet index c56affca9..b080a61be 100644 --- a/apps/explorer/.env.testnet +++ b/apps/explorer/.env.testnet @@ -1,7 +1,7 @@ # App configuration variables NX_CHAIN_EXPLORER_URL=https://explorer.vega.trading/.netlify/functions/chain-explorer-api NX_TENDERMINT_URL=https://tm.n07.testnet.vega.xyz -NX_BLOCK_EXPLORER=https://n13.testnet.vega.xyz/rest +NX_BLOCK_EXPLORER=https://be.testnet.vega.xyz/rest NX_TENDERMINT_WEBSOCKET_URL=wss://tm.n07.testnet.vega.xyz/websocket NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/testnet-network.json NX_VEGA_NETWORKS={\"MAINNET"\:\"https://explorer.vega.xyz"\,\"TESTNET\":\"https://explorer.fairground.wtf\"}