From 884a63cd9895295ea06d864f7e2e1e7741529141 Mon Sep 17 00:00:00 2001 From: Sneh Koul <35871990+Sneh1999@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:25:24 -0400 Subject: [PATCH] Use the tag before marketplace update (#55) * merge * use latest instead of integration --- docker-compose.yaml | 4 ++-- test-node.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 93487079..cd2d8ad2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -390,8 +390,8 @@ services: - /var/run/docker.sock:/var/run/docker.sock espresso-dev-node: - # TODO: revert to `:main` tag once we are compatible with the updated LC ABI - image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20240906-lc-legacy-abi + # TODO: revert to `:main` tag once we are compatible with the marketplace builder + image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20240919-dev-node-legacy-builder ports: - "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT" - "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT" diff --git a/test-node.bash b/test-node.bash index efc25cf4..b9a40625 100755 --- a/test-node.bash +++ b/test-node.bash @@ -9,7 +9,7 @@ DEFAULT_NITRO_CONTRACTS_REPO="https://github.com/OffchainLabs/nitro-contracts.gi DEFAULT_NITRO_CONTRACTS_VERSION="99c07a7db2fcce75b751c5a2bd4936e898cda065" DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.2" -ESPRESSO_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node-dev:integration +ESPRESSO_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node-dev:latest # Set default versions if not overriden by provided env vars : ${NITRO_CONTRACTS_REPO:=$DEFAULT_NITRO_CONTRACTS_REPO}