From c2baaa2dd947ba05c81894452d9136cc4efcdc0c Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Tue, 23 May 2023 18:49:14 +0300 Subject: [PATCH] fix(trading): console.fairground.wtf links update back (#3907) --- apps/explorer/.env.testnet | 2 +- apps/liquidity-provision-dashboard/.env | 4 ++-- apps/liquidity-provision-dashboard/.env.devnet | 2 +- apps/liquidity-provision-dashboard/.env.mainnet | 2 +- apps/liquidity-provision-dashboard/.env.stagnet1 | 2 +- apps/liquidity-provision-dashboard/.env.testnet | 4 ++-- apps/trading-e2e/.env | 6 +++--- apps/trading-e2e/.env.capsule | 6 +++--- apps/trading/.env | 2 +- apps/trading/.env.capsule | 2 +- apps/trading/.env.devnet | 2 +- apps/trading/.env.mainnet | 2 +- apps/trading/.env.stagnet1 | 2 +- apps/trading/.env.testnet | 4 ++-- apps/trading/.env.validators-testnet | 2 +- libs/environment/src/hooks/use-links.ts | 2 +- libs/markets/src/lib/__generated__/market-data.ts | 2 +- 17 files changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/explorer/.env.testnet b/apps/explorer/.env.testnet index 2235e3f4e..cb8d2cd7f 100644 --- a/apps/explorer/.env.testnet +++ b/apps/explorer/.env.testnet @@ -10,4 +10,4 @@ NX_ETHERSCAN_URL=https://sepolia.etherscan.io NX_VEGA_GOVERNANCE_URL=https://governance.fairground.wtf NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_CONSOLE_URL=https://trading.fairground.wtf +NX_VEGA_CONSOLE_URL=https://console.fairground.wtf diff --git a/apps/liquidity-provision-dashboard/.env b/apps/liquidity-provision-dashboard/.env index a911d528c..48414bf6c 100644 --- a/apps/liquidity-provision-dashboard/.env +++ b/apps/liquidity-provision-dashboard/.env @@ -23,6 +23,6 @@ NX_VEGA_URL="https://api.n07.testnet.vega.xyz/graphql" NX_VEGA_WALLET_URL=http://localhost:1789 NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_CONSOLE_URL=https://trading.fairground.wtf +NX_VEGA_CONSOLE_URL=https://console.fairground.wtf diff --git a/apps/liquidity-provision-dashboard/.env.devnet b/apps/liquidity-provision-dashboard/.env.devnet index f7c7c6502..43a189766 100644 --- a/apps/liquidity-provision-dashboard/.env.devnet +++ b/apps/liquidity-provision-dashboard/.env.devnet @@ -2,7 +2,7 @@ NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/devnet1/vegawallet-devnet1.toml NX_VEGA_URL=https://api.n04.d.vega.xyz/graphql NX_VEGA_ENV=DEVNET -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io NX_VEGA_EXPLORER_URL=https://dev.explorer.vega.xyz diff --git a/apps/liquidity-provision-dashboard/.env.mainnet b/apps/liquidity-provision-dashboard/.env.mainnet index 4765da553..ea7984dc8 100644 --- a/apps/liquidity-provision-dashboard/.env.mainnet +++ b/apps/liquidity-provision-dashboard/.env.mainnet @@ -2,7 +2,7 @@ NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/master/mainnet1/mainnet1.toml NX_VEGA_URL=https://api.vega.community/graphql NX_VEGA_ENV=MAINNET -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\"} +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\"} NX_ETHEREUM_PROVIDER_URL=https://mainnet.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://etherscan.io NX_VEGA_EXPLORER_URL=https://explorer.vega.xyz diff --git a/apps/liquidity-provision-dashboard/.env.stagnet1 b/apps/liquidity-provision-dashboard/.env.stagnet1 index f5c192829..035c634de 100644 --- a/apps/liquidity-provision-dashboard/.env.stagnet1 +++ b/apps/liquidity-provision-dashboard/.env.stagnet1 @@ -5,5 +5,5 @@ NX_VEGA_ENV=STAGNET1 NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io NX_VEGA_EXPLORER_URL=https://explorer.stagnet1.vega.rocks -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} diff --git a/apps/liquidity-provision-dashboard/.env.testnet b/apps/liquidity-provision-dashboard/.env.testnet index a336a682c..8b73dcbca 100644 --- a/apps/liquidity-provision-dashboard/.env.testnet +++ b/apps/liquidity-provision-dashboard/.env.testnet @@ -2,8 +2,8 @@ NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/fairground/vegawallet-fairground.toml NX_VEGA_URL=https://api.n07.testnet.vega.xyz/graphql NX_VEGA_ENV=TESTNET -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\"} +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\"} NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8 NX_ETHERSCAN_URL=https://sepolia.etherscan.io NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_CONSOLE_URL=https://trading.fairground.wtf +NX_VEGA_CONSOLE_URL=https://console.fairground.wtf diff --git a/apps/trading-e2e/.env b/apps/trading-e2e/.env index eacd7b2fd..ce19df7a0 100644 --- a/apps/trading-e2e/.env +++ b/apps/trading-e2e/.env @@ -6,8 +6,8 @@ NX_VEGA_CONFIG_URL='' NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet NX_VEGA_ENV=CUSTOM NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_CONSOLE_URL=https://trading.fairground.wtf -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_CONSOLE_URL=https://console.fairground.wtf +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.fairground.wtf NX_VEGA_URL=http://localhost:3008/graphql NX_VEGA_WALLET_URL=http://localhost:1789 @@ -20,7 +20,7 @@ CYPRESS_ETH_WALLET_MNEMONIC=ozone access unlock valid olympic save include omit CYPRESS_ETHEREUM_WALLET_ADDRESS=0xEe7D375bcB50C26d52E1A4a472D8822A2A22d94F CYPRESS_ETHEREUM_PROVIDER_URL=http://localhost:8545 CYPRESS_EXPLORER_URL=https://explorer.fairground.wtf -CYPRESS_CONSOLE_URL=https://trading.fairground.wtf +CYPRESS_CONSOLE_URL=https://console.fairground.wtf CYPRESS_FAUCET_URL=http://localhost:1790/api/v1/mint CYPRESS_ORACLE_PUBKEY=6d9d35f657589e40ddfb448b7ad4a7463b66efb307527fedd2aa7df1bbd5ea61 CYPRESS_TRUNCATED_VEGA_PUBLIC_KEY=02ecea…342f65 diff --git a/apps/trading-e2e/.env.capsule b/apps/trading-e2e/.env.capsule index 0e48133f7..145a6fb7c 100644 --- a/apps/trading-e2e/.env.capsule +++ b/apps/trading-e2e/.env.capsule @@ -5,8 +5,8 @@ NX_VEGA_CONFIG_URL='' NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet NX_VEGA_ENV=CUSTOM NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_CONSOLE_URL=https://trading.fairground.wtf -NX_VEGA_NETWORKS={\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_CONSOLE_URL=https://console.fairground.wtf +NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.fairground.wtf NX_VEGA_URL=http://localhost:3008/graphql NX_VEGA_WALLET_URL=http://localhost:1789 @@ -18,7 +18,7 @@ CYPRESS_ETH_WALLET_MNEMONIC=ozone access unlock valid olympic save include omit CYPRESS_ETHEREUM_WALLET_ADDRESS=0xEe7D375bcB50C26d52E1A4a472D8822A2A22d94F CYPRESS_ETHEREUM_PROVIDER_URL=http://localhost:8545 CYPRESS_EXPLORER_URL=https://explorer.fairground.wtf -CYPRESS_CONSOLE_URL=https://trading.fairground.wtf +CYPRESS_CONSOLE_URL=https://console.fairground.wtf CYPRESS_FAUCET_URL=http://localhost:1790/api/v1/mint CYPRESS_TRUNCATED_VEGA_PUBLIC_KEY=02ecea…342f65 CYPRESS_TRUNCATED_VEGA_PUBLIC_KEY2=7f9cf0…c25535 diff --git a/apps/trading/.env b/apps/trading/.env index 37ff5f96f..9585542c0 100644 --- a/apps/trading/.env +++ b/apps/trading/.env @@ -6,7 +6,7 @@ NX_ORACLE_PROOFS_URL=https://raw.githubusercontent.com/vegaprotocol/well-known/m NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/stagnet1/vegawallet-stagnet1.toml NX_VEGA_ENV=STAGNET1 NX_VEGA_EXPLORER_URL=https://explorer.stagnet1.vega.rocks -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.fairground.wtf NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet diff --git a/apps/trading/.env.capsule b/apps/trading/.env.capsule index 8f0ff2023..eab8b5558 100644 --- a/apps/trading/.env.capsule +++ b/apps/trading/.env.capsule @@ -5,7 +5,7 @@ NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz NX_VEGA_CONFIG_URL='' NX_VEGA_ENV=CUSTOM NX_VEGA_EXPLORER_URL=https://explorer.stagnet1.vega.rocks -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.fairground.wtf NX_VEGA_URL=http://localhost:3008/graphql NX_VEGA_WALLET_URL=http://localhost:1789 diff --git a/apps/trading/.env.devnet b/apps/trading/.env.devnet index 983ad6893..3a21121a6 100644 --- a/apps/trading/.env.devnet +++ b/apps/trading/.env.devnet @@ -6,7 +6,7 @@ NX_TRADING_SENTRY_DSN=https://2ffce43721964aafa78277c50654ece4@o286262.ingest.se NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/devnet1/vegawallet-devnet1.toml NX_VEGA_ENV=DEVNET NX_VEGA_EXPLORER_URL=https://dev.explorer.vega.xyz -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.fairground.wtf NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet diff --git a/apps/trading/.env.mainnet b/apps/trading/.env.mainnet index de89f2806..f49d38d0e 100644 --- a/apps/trading/.env.mainnet +++ b/apps/trading/.env.mainnet @@ -5,7 +5,7 @@ NX_TRADING_SENTRY_DSN=https://2ffce43721964aafa78277c50654ece4@o286262.ingest.se NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/master/mainnet1/mainnet1.toml NX_VEGA_ENV=MAINNET NX_VEGA_EXPLORER_URL=https://explorer.vega.xyz -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.vega.xyz NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/mainnet diff --git a/apps/trading/.env.stagnet1 b/apps/trading/.env.stagnet1 index cb96541e4..e861877f9 100644 --- a/apps/trading/.env.stagnet1 +++ b/apps/trading/.env.stagnet1 @@ -6,7 +6,7 @@ NX_TRADING_SENTRY_DSN=https://2ffce43721964aafa78277c50654ece4@o286262.ingest.se NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/stagnet1/vegawallet-stagnet1.toml NX_VEGA_ENV=STAGNET1 NX_VEGA_EXPLORER_URL=https://explorer.stagnet1.vega.rocks -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://governance.stagnet1.vega.rocks NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet diff --git a/apps/trading/.env.testnet b/apps/trading/.env.testnet index 1dab4c7df..f72d3c670 100644 --- a/apps/trading/.env.testnet +++ b/apps/trading/.env.testnet @@ -6,11 +6,11 @@ NX_TRADING_SENTRY_DSN=https://2ffce43721964aafa78277c50654ece4@o286262.ingest.se NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/fairground/vegawallet-fairground.toml NX_VEGA_ENV=TESTNET NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://trading.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"} NX_VEGA_TOKEN_URL=https://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 NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json NX_VEGA_INCIDENT_URL=https://blog.vega.xyz/tagged/vega-incident-reports -NX_VEGA_CONSOLE_URL=https://trading.fairground.wtf +NX_VEGA_CONSOLE_URL=https://console.fairground.wtf diff --git a/apps/trading/.env.validators-testnet b/apps/trading/.env.validators-testnet index 4a1a8a98f..3910caf41 100644 --- a/apps/trading/.env.validators-testnet +++ b/apps/trading/.env.validators-testnet @@ -6,7 +6,7 @@ NX_TRADING_SENTRY_DSN=https://2ffce43721964aafa78277c50654ece4@o286262.ingest.se NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/master/testnet2/testnet2.toml NX_VEGA_ENV=VALIDATOR_TESTNET NX_VEGA_EXPLORER_URL=https://explorer.validators-testnet.vega.rocks -NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\",\"TESTNET\":\"https://trading.fairground.wtf\"} +NX_VEGA_NETWORKS={\"MAINNET\":\"https://vega.trading\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\",\"TESTNET\":\"https://console.fairground.wtf\"} NX_VEGA_TOKEN_URL=https://governance.validators-testnet.vega.rocks NX_VEGA_WALLET_URL=http://localhost:1789 NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet diff --git a/libs/environment/src/hooks/use-links.ts b/libs/environment/src/hooks/use-links.ts index a82c6b6bd..eb907702b 100644 --- a/libs/environment/src/hooks/use-links.ts +++ b/libs/environment/src/hooks/use-links.ts @@ -36,7 +36,7 @@ const ExplorerLinks = { const ConsoleLinks = { ...EmptyLinks, [Networks.STAGNET1]: 'https://trading.stagnet1.vega.rocks', - [Networks.TESTNET]: 'https://trading.fairground.wtf', + [Networks.TESTNET]: 'https://console.fairground.wtf', [Networks.MAINNET]: 'https://vega.trading', }; diff --git a/libs/markets/src/lib/__generated__/market-data.ts b/libs/markets/src/lib/__generated__/market-data.ts index 2ce7201b7..a72953a0a 100644 --- a/libs/markets/src/lib/__generated__/market-data.ts +++ b/libs/markets/src/lib/__generated__/market-data.ts @@ -167,4 +167,4 @@ export function useMarketDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions } export type MarketDataQueryHookResult = ReturnType; export type MarketDataLazyQueryHookResult = ReturnType; -export type MarketDataQueryResult = Apollo.QueryResult; \ No newline at end of file +export type MarketDataQueryResult = Apollo.QueryResult;