diff --git a/apps/trading/.env.mirror b/apps/trading/.env.mirror new file mode 100644 index 000000000..263d9ffcb --- /dev/null +++ b/apps/trading/.env.mirror @@ -0,0 +1,10 @@ +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/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_WALLET_URL=http://localhost:1789 +NX_VEGA_DOCS_URL=https://docs.vega.xyz/mainnet \ No newline at end of file diff --git a/apps/trading/components/liquidity-supplied/liquidity-supplied.tsx b/apps/trading/components/liquidity-supplied/liquidity-supplied.tsx index 54188aca5..87512a69f 100644 --- a/apps/trading/components/liquidity-supplied/liquidity-supplied.tsx +++ b/apps/trading/components/liquidity-supplied/liquidity-supplied.tsx @@ -118,9 +118,14 @@ export const MarketLiquiditySupplied = ({
{compiledGrid && }
- - {t('View liquidity provision table')} - + {marketId && ( + + {t('View liquidity provision table')} + + )} {showMessage && (

{t(