From 9658363b56638db938a3ff6dd2fc443ce42615e4 Mon Sep 17 00:00:00 2001 From: Edd Date: Mon, 22 May 2023 14:38:51 +0100 Subject: [PATCH 1/2] chore(explorer): update be env for validator testnet (#3867) Co-authored-by: m.ray <16125548+MadalinaRaicu@users.noreply.github.com> --- apps/explorer/.env.validators-testnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/explorer/.env.validators-testnet b/apps/explorer/.env.validators-testnet index 22a53716e..f0493b0c1 100644 --- a/apps/explorer/.env.validators-testnet +++ b/apps/explorer/.env.validators-testnet @@ -8,7 +8,7 @@ NX_ETHERSCAN_URL=https://sepolia.etherscan.io NX_ANNOUNCEMENTS_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/announcements/fairground/announcements.json NX_VEGA_GOVERNANCE_URL=https://validator-testnet.governance.vega.xyz -NX_TENDERMINT_URL=https://tm-be.validators-testnet.vega.rocks +NX_TENDERMINT_URL=https://tm.be.validators-testnet.vega.rocks NX_BLOCK_EXPLORER=https://be.validators-testnet.vega.rocks/rest NX_TENDERMINT_WEBSOCKET_URL=wss://be.validators-testnet.vega.xyz/websocket -NX_VEGA_EXPLORER_URL=https://validator-testnet.explorer.vega.xyz/ \ No newline at end of file +NX_VEGA_EXPLORER_URL=https://explorer.validators-testnet.vega.rocks/ From 079d8bc48d640a671032f82600f9a30ac0955994 Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Mon, 22 May 2023 16:40:42 +0300 Subject: [PATCH 2/2] feat(trading): move deal ticket panel to the left (#3842) Co-authored-by: maciek --- .../client-pages/market/trade-grid.tsx | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/apps/trading/client-pages/market/trade-grid.tsx b/apps/trading/client-pages/market/trade-grid.tsx index ae9310048..b17c5bda1 100644 --- a/apps/trading/client-pages/market/trade-grid.tsx +++ b/apps/trading/client-pages/market/trade-grid.tsx @@ -245,7 +245,7 @@ const MainGrid = memo( pinnedAsset?: PinnedAsset; }) => { const navigate = useNavigate(); - const [sizes, handleOnLayoutChange] = usePaneLayout({ id: 'top' }); + const [sizes, handleOnLayoutChange] = usePaneLayout({ id: 'top-1' }); const [sizesMiddle, handleOnMiddleLayoutChange] = usePaneLayout({ id: 'middle', }); @@ -259,27 +259,7 @@ const MainGrid = memo( onChange={handleOnMiddleLayoutChange} > - - - - - - - - - - - - - - - @@ -297,7 +277,24 @@ const MainGrid = memo( + + + + + + + + + + + + + + +