From e515928d877e78ce0a59ad33bc11d7c843c47f58 Mon Sep 17 00:00:00 2001 From: daro-maj <119658839+daro-maj@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:25:39 +0100 Subject: [PATCH] chore(trading): update sim-tests v0.75.0-preview.8 (#6025) --- .github/workflows/console-test-run.yml | 2 +- apps/trading/e2e/.env | 2 +- apps/trading/e2e/.env.develop | 2 +- apps/trading/e2e/poetry.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/console-test-run.yml b/.github/workflows/console-test-run.yml index 1200bdf07..5d81c7ebd 100644 --- a/.github/workflows/console-test-run.yml +++ b/.github/workflows/console-test-run.yml @@ -10,7 +10,7 @@ on: inputs: console-test-branch: type: choice - description: 'main: v0.73.13, develop: v0.74.0' + description: 'main: v0.74.10, develop: v0.75.0-preview.8' options: - main - develop diff --git a/apps/trading/e2e/.env b/apps/trading/e2e/.env index 76f3dfc32..889221f08 100644 --- a/apps/trading/e2e/.env +++ b/apps/trading/e2e/.env @@ -1,3 +1,3 @@ CONSOLE_IMAGE_NAME=vegaprotocol/trading:latest -VEGA_VERSION=v0.75.0-preview.4 +VEGA_VERSION=v0.75.0-preview.8 LOCAL_SERVER=false diff --git a/apps/trading/e2e/.env.develop b/apps/trading/e2e/.env.develop index 62c715f37..8b7e607f3 100644 --- a/apps/trading/e2e/.env.develop +++ b/apps/trading/e2e/.env.develop @@ -1,3 +1,3 @@ CONSOLE_IMAGE_NAME=vegaprotocol/trading:develop -VEGA_VERSION=v0.74.6 +VEGA_VERSION=v0.75.0-preview.8 LOCAL_SERVER=false diff --git a/apps/trading/e2e/poetry.lock b/apps/trading/e2e/poetry.lock index de5da6f75..006cc048d 100644 --- a/apps/trading/e2e/poetry.lock +++ b/apps/trading/e2e/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "certifi" @@ -1166,7 +1166,7 @@ profile = ["pytest-profiling", "snakeviz"] type = "git" url = "https://github.com/vegaprotocol/vega-market-sim.git/" reference = "HEAD" -resolved_reference = "b582d5bade90b0ebf6dbd8327af153b3416fb7cf" +resolved_reference = "ecf72422efac9ac2c7366e76de0a5113b1e0bf4c" [[package]] name = "websocket-client"